#DC1CED

Color #DC1CED Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DC1CED

Tints of Psychedelic Purple #DC1CED

Color information

#DC1CED (or 0xDC1CED) is unknown color: approx Psychedelic Purple. HEX triplet: DC, 1C and ED. RGB value is (220,28,237). Sum of RGB (Red+Green+Blue) = 220+28+237=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CED is #23E312. Grayscale: #6C6C6C. Windows color (decimal): -2351891 or 15539420. OLE color: 15539420.

HSL color Cylindrical-coordinate representation of color #DC1CED: hue angle of 295.12º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1CED is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22028237-
CMYK0.070.8800.07
HSL295.12º85.31%51.96%-
HSV(B)295.12º88.19%92.94%-
XYZ45.2222.1682.02-
YUV109.23200.11207.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 28 (11.33% from 255) = 5.77%
BLUE value IS 237 (92.97% from 255) = 48.87%
R=45.36%
G=5.77%
B=48.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220282370.070.8800.07295.1285.3151.96
HexDC1CED758071275534
Octal3343435571300744712564
Binary110111001110011101101111101100001111001001111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1CED; }

 p { color: rgb(220,28,237); }

 H1.HeaderClassName
 {
   color: #DC1CED;
 }
 .AnyTagClassName
 {
   color: #DC1CED;
 }
</style>
background-color css

<style>
 a { background-color: #DC1CED; }

 a { background-color: rgb(220,28,237); }

 div.DivClassName
 {
   background-color: #DC1CED;
 }
 .BgClassName
 {
   background-color: #DC1CED;
 }
</style>
border-color css

<style>
 span { border-color: #DC1CED; }

 span { border-color: rgb(220,28,237); }

 td.TdClassName
 {
   border-color: #DC1CED;
 }
 .TagClassName
 {
   border-color: #DC1CED;
 }
</style>