Html Css Color HEX #DF0DEE Psychedelic Purple

📋 copy color: '#DF0DEE'

red 223 ◦ green 13 ◦ blue 238

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

Shades of Psychedelic Purple #DF0DEE

Tints of Psychedelic Purple #DF0DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.74%

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

R = 47.05%
G = 2.74%
B = 50.21%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF0DEE (or 0xDF0DEE) is known color: Psychedelic Purple. HEX triplet: DF, 0D and EE. RGB value is (223,13,238). Sum of RGB (Red+Green+Blue) = 223+13+238=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF0DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0DEE is #20F211. Grayscale: #646464. Windows color (decimal): -2159122 or 15601119. OLE color: 15601119.

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

Color convert

RGB 223 13 238 -
CMYK 0.06 0.95 0 0.07
HSL 296º 0.9% 0.49% -
HSV(B) 296º 0.95% 0.93% -
XYZ 46.01 22.15 82.74 -
YUV 101.44 205.07 214.7 -
System Red Green Blue C M Y K H S L
Decimal 223 13 238 0.06 0.95 0 0.07 296 0.9 0.49
Hex DF D EE 6 5F 0 7 128 5A 31
Octal 337 15 356 6 137 0 7 450 132 61
Binary 11011111 1101 11101110 110 1011111 0 111 100101000 1011010 110001

Color Harmonies of #DF0DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DEE

Black with #DF0DEE

Text Example


Text Example

White with #DF0DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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