Html Css Color HEX #DF9DCE Plum

📋 copy color: '#DF9DCE'

red 223 ◦ green 157 ◦ blue 206

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

Shades of Plum #DF9DCE

Tints of Plum #DF9DCE

RGB

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

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

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

R = 38.05%
G = 26.79%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF9DCE (or 0xDF9DCE) is known color: Plum. HEX triplet: DF, 9D and CE. RGB value is (223,157,206). Sum of RGB (Red+Green+Blue) = 223+157+206=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DCE is #206231. Grayscale: #B6B6B6. Windows color (decimal): -2122290 or 13540831. OLE color: 13540831.

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

Color convert

RGB 223 157 206 -
CMYK 0 0.30 0.08 0.13
HSL 315.45º 0.51% 0.75% -
HSV(B) 315.45º 0.3% 0.87% -
XYZ 53.63 44.26 64.11 -
YUV 182.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 223 157 206 0 0.30 0.08 0.13 315.45 0.51 0.75
Hex DF 9D CE 0 1E 8 D 13B 33 4B
Octal 337 235 316 0 36 10 15 473 63 113
Binary 11011111 10011101 11001110 0 11110 1000 1101 100111011 110011 1001011

Color Harmonies of #DF9DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DCE

Black with #DF9DCE

Text Example


Text Example

White with #DF9DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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