Html Css Color HEX #DF06EA Psychedelic Purple

📋 copy color: '#DF06EA'

red 223 ◦ green 6 ◦ blue 234

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

Shades of Psychedelic Purple #DF06EA

Tints of Psychedelic Purple #DF06EA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.3%

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

R = 48.16%
G = 1.3%
B = 50.54%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF06EA (or 0xDF06EA) is known color: Psychedelic Purple. HEX triplet: DF, 06 and EA. RGB value is (223,6,234). Sum of RGB (Red+Green+Blue) = 223+6+234=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF06EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06EA is #20F915. Grayscale: #606060. Windows color (decimal): -2160918 or 15337183. OLE color: 15337183.

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

Color convert

RGB 223 6 234 -
CMYK 0.05 0.97 0 0.08
HSL 297.11º 0.95% 0.47% -
HSV(B) 297.11º 0.97% 0.92% -
XYZ 45.35 21.76 79.65 -
YUV 96.88 205.39 217.96 -
System Red Green Blue C M Y K H S L
Decimal 223 6 234 0.05 0.97 0 0.08 297.11 0.95 0.47
Hex DF 6 EA 5 61 0 8 129 5F 2F
Octal 337 6 352 5 141 0 10 451 137 57
Binary 11011111 110 11101010 101 1100001 0 1000 100101001 1011111 101111

Color Harmonies of #DF06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06EA

Black with #DF06EA

Text Example


Text Example

White with #DF06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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