Html Css Color HEX #DD9FCE Plum

📋 copy color: '#DD9FCE'

red 221 ◦ green 159 ◦ blue 206

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

Shades of Plum #DD9FCE

Tints of Plum #DD9FCE

RGB

 RED value IS 221 (86.72% from 255) = 37.71%

 GREEN value IS 159 (62.5% from 255) = 27.13%

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

R = 37.71%
G = 27.13%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD9FCE (or 0xDD9FCE) is known color: Plum. HEX triplet: DD, 9F and CE. RGB value is (221,159,206). Sum of RGB (Red+Green+Blue) = 221+159+206=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FCE is #226031. Grayscale: #B6B6B6. Windows color (decimal): -2252850 or 13541341. OLE color: 13541341.

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

Color convert

RGB 221 159 206 -
CMYK 0 0.28 0.07 0.13
HSL 314.52º 0.48% 0.75% -
HSV(B) 314.52º 0.28% 0.87% -
XYZ 53.36 44.62 64.19 -
YUV 182.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 221 159 206 0 0.28 0.07 0.13 314.52 0.48 0.75
Hex DD 9F CE 0 1C 7 D 13B 30 4B
Octal 335 237 316 0 34 7 15 473 60 113
Binary 11011101 10011111 11001110 0 11100 111 1101 100111011 110000 1001011

Color Harmonies of #DD9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FCE

Black with #DD9FCE

Text Example


Text Example

White with #DD9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FCE; }

 p { color: rgb(221,159,206); }

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

background-color css

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

 a { background-color: rgb(221,159,206); }

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

border-color css

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

 span { border-color: rgb(221,159,206); }

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