Html Css Color HEX #DF06ED Psychedelic Purple

📋 copy color: '#DF06ED'

red 223 ◦ green 6 ◦ blue 237

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

Shades of Psychedelic Purple #DF06ED

Tints of Psychedelic Purple #DF06ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 47.85%
G = 1.29%
B = 50.86%

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

#DF06ED (or 0xDF06ED) is known color: Psychedelic Purple. HEX triplet: DF, 06 and ED. RGB value is (223,6,237). Sum of RGB (Red+Green+Blue) = 223+6+237=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF06ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06ED is #20F912. Grayscale: #606060. Windows color (decimal): -2160915 or 15533791. OLE color: 15533791.

HSL color Cylindrical-coordinate representation of color #DF06ED: hue angle of 296.36º 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 #DF06ED is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 6 237 -
CMYK 0.06 0.97 0 0.07
HSL 296.36º 0.95% 0.48% -
HSV(B) 296.36º 0.97% 0.93% -
XYZ 45.78 21.93 81.94 -
YUV 97.22 206.89 217.72 -
System Red Green Blue C M Y K H S L
Decimal 223 6 237 0.06 0.97 0 0.07 296.36 0.95 0.48
Hex DF 6 ED 6 61 0 7 128 5F 30
Octal 337 6 355 6 141 0 7 450 137 60
Binary 11011111 110 11101101 110 1100001 0 111 100101000 1011111 110000

Color Harmonies of #DF06ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06ED

Black with #DF06ED

Text Example


Text Example

White with #DF06ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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