Html Css Color HEX #DD8DCB Plum

📋 copy color: '#DD8DCB'

red 221 ◦ green 141 ◦ blue 203

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

Shades of Plum #DD8DCB

Tints of Plum #DD8DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.96%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 39.12%
G = 24.96%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD8DCB (or 0xDD8DCB) is known color: Plum. HEX triplet: DD, 8D and CB. RGB value is (221,141,203). Sum of RGB (Red+Green+Blue) = 221+141+203=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DCB is #227234. Grayscale: #ABABAB. Windows color (decimal): -2257461 or 13340125. OLE color: 13340125.

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

Color convert

RGB 221 141 203 -
CMYK 0 0.36 0.08 0.13
HSL 313.5º 0.54% 0.71% -
HSV(B) 313.5º 0.36% 0.87% -
XYZ 50.12 38.73 61.33 -
YUV 171.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 221 141 203 0 0.36 0.08 0.13 313.5 0.54 0.71
Hex DD 8D CB 0 24 8 D 13A 36 47
Octal 335 215 313 0 44 10 15 472 66 107
Binary 11011101 10001101 11001011 0 100100 1000 1101 100111010 110110 1000111

Color Harmonies of #DD8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DCB

Black with #DD8DCB

Text Example


Text Example

White with #DD8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DCB; }

 p { color: rgb(221,141,203); }

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

background-color css

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

 a { background-color: rgb(221,141,203); }

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

border-color css

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

 span { border-color: rgb(221,141,203); }

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