Html Css Color HEX #DF02EB Psychedelic Purple

📋 copy color: '#DF02EB'

red 223 ◦ green 2 ◦ blue 235

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

Shades of Psychedelic Purple #DF02EB

Tints of Psychedelic Purple #DF02EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 48.48%
G = 0.43%
B = 51.09%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF02EB (or 0xDF02EB) is known color: Psychedelic Purple. HEX triplet: DF, 02 and EB. RGB value is (223,2,235). Sum of RGB (Red+Green+Blue) = 223+2+235=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF02EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF02EB is #20FD14. Grayscale: #5D5D5D. Windows color (decimal): -2161941 or 15401695. OLE color: 15401695.

HSL color Cylindrical-coordinate representation of color #DF02EB: hue angle of 296.91º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02EB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 2 235 -
CMYK 0.05 0.99 0 0.08
HSL 296.91º 0.98% 0.46% -
HSV(B) 296.91º 0.99% 0.92% -
XYZ 45.45 21.73 80.4 -
YUV 94.64 207.22 219.55 -
System Red Green Blue C M Y K H S L
Decimal 223 2 235 0.05 0.99 0 0.08 296.91 0.98 0.46
Hex DF 2 EB 5 63 0 8 129 62 2E
Octal 337 2 353 5 143 0 10 451 142 56
Binary 11011111 10 11101011 101 1100011 0 1000 100101001 1100010 101110

Color Harmonies of #DF02EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02EB

Black with #DF02EB

Text Example


Text Example

White with #DF02EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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