Html Css Color HEX #DF02EF Psychedelic Purple

📋 copy color: '#DF02EF'

red 223 ◦ green 2 ◦ blue 239

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

Shades of Psychedelic Purple #DF02EF

Tints of Psychedelic Purple #DF02EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 48.06%
G = 0.43%
B = 51.51%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF02EF (or 0xDF02EF) is known color: Psychedelic Purple. HEX triplet: DF, 02 and EF. RGB value is (223,2,239). Sum of RGB (Red+Green+Blue) = 223+2+239=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF02EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF02EF is #20FD10. Grayscale: #5E5E5E. Windows color (decimal): -2161937 or 15663839. OLE color: 15663839.

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

Color convert

RGB 223 2 239 -
CMYK 0.07 0.99 0 0.06
HSL 295.95º 0.98% 0.47% -
HSV(B) 295.95º 0.99% 0.94% -
XYZ 46.03 21.96 83.47 -
YUV 95.1 209.22 219.23 -
System Red Green Blue C M Y K H S L
Decimal 223 2 239 0.07 0.99 0 0.06 295.95 0.98 0.47
Hex DF 2 EF 7 63 0 6 128 62 2F
Octal 337 2 357 7 143 0 6 450 142 57
Binary 11011111 10 11101111 111 1100011 0 110 100101000 1100010 101111

Color Harmonies of #DF02EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02EF

Black with #DF02EF

Text Example


Text Example

White with #DF02EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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