Html Css Color HEX #DF02ED Psychedelic Purple

📋 copy color: '#DF02ED'

red 223 ◦ green 2 ◦ blue 237

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

Shades of Psychedelic Purple #DF02ED

Tints of Psychedelic Purple #DF02ED

RGB

 RED value IS 223 (87.5% from 255) = 48.27%

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

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

R = 48.27%
G = 0.43%
B = 51.3%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF02ED (or 0xDF02ED) is known color: Psychedelic Purple. HEX triplet: DF, 02 and ED. RGB value is (223,2,237). Sum of RGB (Red+Green+Blue) = 223+2+237=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 2 (1.17% from 255 or 0.43% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF02ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF02ED is #20FD12. Grayscale: #5E5E5E. Windows color (decimal): -2161939 or 15532767. OLE color: 15532767.

HSL color Cylindrical-coordinate representation of color #DF02ED: hue angle of 296.43º 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 #DF02ED is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 2 237 -
CMYK 0.06 0.99 0 0.07
HSL 296.43º 0.98% 0.47% -
HSV(B) 296.43º 0.99% 0.93% -
XYZ 45.74 21.85 81.93 -
YUV 94.87 208.22 219.39 -
System Red Green Blue C M Y K H S L
Decimal 223 2 237 0.06 0.99 0 0.07 296.43 0.98 0.47
Hex DF 2 ED 6 63 0 7 128 62 2F
Octal 337 2 355 6 143 0 7 450 142 57
Binary 11011111 10 11101101 110 1100011 0 111 100101000 1100010 101111

Color Harmonies of #DF02ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02ED

Black with #DF02ED

Text Example


Text Example

White with #DF02ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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