Html Css Color HEX #DF00EA Psychedelic Purple

📋 copy color: '#DF00EA'

red 223 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #DF00EA

Tints of Psychedelic Purple #DF00EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 48.8%
G = 0%
B = 51.2%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF00EA (or 0xDF00EA) is known color: Psychedelic Purple. HEX triplet: DF, 00 and EA. RGB value is (223,0,234). Sum of RGB (Red+Green+Blue) = 223+0+234=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00EA is #20FF15. Grayscale: #5C5C5C. Windows color (decimal): -2162454 or 15335647. OLE color: 15335647.

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

Color convert

RGB 223 0 234 -
CMYK 0.05 1 0 0.08
HSL 297.18º 1% 0.46% -
HSV(B) 297.18º 1% 0.92% -
XYZ 45.28 21.63 79.63 -
YUV 93.35 207.38 220.47 -
System Red Green Blue C M Y K H S L
Decimal 223 0 234 0.05 1 0 0.08 297.18 1 0.46
Hex DF 0 EA 5 64 0 8 129 64 2E
Octal 337 0 352 5 144 0 10 451 144 56
Binary 11011111 0 11101010 101 1100100 0 1000 100101001 1100100 101110

Color Harmonies of #DF00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00EA

Black with #DF00EA

Text Example


Text Example

White with #DF00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00EA; }

 p { color: rgb(223,0,234); }

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

background-color css

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

 a { background-color: rgb(223,0,234); }

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

border-color css

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

 span { border-color: rgb(223,0,234); }

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