Html Css Color HEX #DF9ECE Plum

📋 copy color: '#DF9ECE'

red 223 ◦ green 158 ◦ blue 206

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

Shades of Plum #DF9ECE

Tints of Plum #DF9ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.92%

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 37.99%
G = 26.92%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF9ECE (or 0xDF9ECE) is known color: Plum. HEX triplet: DF, 9E and CE. RGB value is (223,158,206). Sum of RGB (Red+Green+Blue) = 223+158+206=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ECE is #206131. Grayscale: #B6B6B6. Windows color (decimal): -2122034 or 13541087. OLE color: 13541087.

HSL color Cylindrical-coordinate representation of color #DF9ECE: hue angle of 315.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9ECE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 158 206 -
CMYK 0 0.29 0.08 0.13
HSL 315.69º 0.5% 0.75% -
HSV(B) 315.69º 0.29% 0.87% -
XYZ 53.8 44.6 64.17 -
YUV 182.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 223 158 206 0 0.29 0.08 0.13 315.69 0.5 0.75
Hex DF 9E CE 0 1D 8 D 13C 32 4B
Octal 337 236 316 0 35 10 15 474 62 113
Binary 11011111 10011110 11001110 0 11101 1000 1101 100111100 110010 1001011

Color Harmonies of #DF9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9ECE

Black with #DF9ECE

Text Example


Text Example

White with #DF9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9ECE; }

 p { color: rgb(223,158,206); }

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

background-color css

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

 a { background-color: rgb(223,158,206); }

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

border-color css

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

 span { border-color: rgb(223,158,206); }

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