Html Css Color HEX #DF06EE Psychedelic Purple

📋 copy color: '#DF06EE'

red 223 ◦ green 6 ◦ blue 238

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

Shades of Psychedelic Purple #DF06EE

Tints of Psychedelic Purple #DF06EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 47.75%
G = 1.28%
B = 50.96%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF06EE (or 0xDF06EE) is known color: Psychedelic Purple. HEX triplet: DF, 06 and EE. RGB value is (223,6,238). Sum of RGB (Red+Green+Blue) = 223+6+238=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF06EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06EE is #20F911. Grayscale: #606060. Windows color (decimal): -2160914 or 15599327. OLE color: 15599327.

HSL color Cylindrical-coordinate representation of color #DF06EE: hue angle of 296.12º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF06EE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 6 238 -
CMYK 0.06 0.97 0 0.07
HSL 296.12º 0.95% 0.48% -
HSV(B) 296.12º 0.97% 0.93% -
XYZ 45.93 21.99 82.71 -
YUV 97.33 207.39 217.64 -
System Red Green Blue C M Y K H S L
Decimal 223 6 238 0.06 0.97 0 0.07 296.12 0.95 0.48
Hex DF 6 EE 6 61 0 7 128 5F 30
Octal 337 6 356 6 141 0 7 450 137 60
Binary 11011111 110 11101110 110 1100001 0 111 100101000 1011111 110000

Color Harmonies of #DF06EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06EE

Black with #DF06EE

Text Example


Text Example

White with #DF06EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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