Html Css Color HEX #DC02ED Psychedelic Purple

📋 copy color: '#DC02ED'

red 220 ◦ green 2 ◦ blue 237

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

Shades of Psychedelic Purple #DC02ED

Tints of Psychedelic Purple #DC02ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 47.93%
G = 0.44%
B = 51.63%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC02ED (or 0xDC02ED) is known color: Psychedelic Purple. HEX triplet: DC, 02 and ED. RGB value is (220,2,237). Sum of RGB (Red+Green+Blue) = 220+2+237=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC02ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC02ED is #23FD12. Grayscale: #5D5D5D. Windows color (decimal): -2358547 or 15532764. OLE color: 15532764.

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

Color convert

RGB 220 2 237 -
CMYK 0.07 0.99 0 0.07
HSL 295.66º 0.98% 0.47% -
HSV(B) 295.66º 0.99% 0.93% -
XYZ 44.82 21.37 81.88 -
YUV 93.97 208.72 217.89 -
System Red Green Blue C M Y K H S L
Decimal 220 2 237 0.07 0.99 0 0.07 295.66 0.98 0.47
Hex DC 2 ED 7 63 0 7 128 62 2F
Octal 334 2 355 7 143 0 7 450 142 57
Binary 11011100 10 11101101 111 1100011 0 111 100101000 1100010 101111

Color Harmonies of #DC02ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02ED

Black with #DC02ED

Text Example


Text Example

White with #DC02ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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