Html Css Color HEX #DC1CE9 Psychedelic Purple

📋 copy color: '#DC1CE9'

red 220 ◦ green 28 ◦ blue 233

#DC1CE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DC1CE9

Tints of Psychedelic Purple #DC1CE9

RGB

 RED value IS 220 (86.33% from 255) = 45.74%

 GREEN value IS 28 (11.33% from 255) = 5.82%

 BLUE value IS 233 (91.41% from 255) = 48.44%

R = 45.74%
G = 5.82%
B = 48.44%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC1CE9 (or 0xDC1CE9) is known color: Psychedelic Purple. HEX triplet: DC, 1C and E9. RGB value is (220,28,233). Sum of RGB (Red+Green+Blue) = 220+28+233=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC1CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CE9 is #23E316. Grayscale: #6C6C6C. Windows color (decimal): -2351895 or 15277276. OLE color: 15277276.

HSL color Cylindrical-coordinate representation of color #DC1CE9: hue angle of 296.2º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1CE9 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 28 233 -
CMYK 0.06 0.88 0 0.09
HSL 296.2º 0.82% 0.51% -
HSV(B) 296.2º 0.88% 0.91% -
XYZ 44.64 21.93 78.97 -
YUV 108.78 198.11 207.33 -
System Red Green Blue C M Y K H S L
Decimal 220 28 233 0.06 0.88 0 0.09 296.2 0.82 0.51
Hex DC 1C E9 6 58 0 9 128 52 33
Octal 334 34 351 6 130 0 11 450 122 63
Binary 11011100 11100 11101001 110 1011000 0 1001 100101000 1010010 110011

Color Harmonies of #DC1CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1CE9

Black with #DC1CE9

Text Example


Text Example

White with #DC1CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1CE9; }

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

 H1.HeaderClassName
 {
   color: #DC1CE9;
 }
 .AnyTagClassName
 {
   color: #DC1CE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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