Html Css Color HEX #DF9DEE Plum

📋 copy color: '#DF9DEE'

red 223 ◦ green 157 ◦ blue 238

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

Shades of Plum #DF9DEE

Tints of Plum #DF9DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.4%

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

R = 36.08%
G = 25.4%
B = 38.51%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF9DEE (or 0xDF9DEE) is known color: Plum. HEX triplet: DF, 9D and EE. RGB value is (223,157,238). Sum of RGB (Red+Green+Blue) = 223+157+238=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF9DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DEE is #206211. Grayscale: #B9B9B9. Windows color (decimal): -2122258 or 15637983. OLE color: 15637983.

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

Color convert

RGB 223 157 238 -
CMYK 0.06 0.34 0 0.07
HSL 288.89º 0.7% 0.77% -
HSV(B) 288.89º 0.34% 0.93% -
XYZ 57.92 45.97 86.71 -
YUV 185.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 223 157 238 0.06 0.34 0 0.07 288.89 0.7 0.77
Hex DF 9D EE 6 22 0 7 121 46 4D
Octal 337 235 356 6 42 0 7 441 106 115
Binary 11011111 10011101 11101110 110 100010 0 111 100100001 1000110 1001101

Color Harmonies of #DF9DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DEE

Black with #DF9DEE

Text Example


Text Example

White with #DF9DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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