Html Css Color HEX #DD8ECB Plum

📋 copy color: '#DD8ECB'

red 221 ◦ green 142 ◦ blue 203

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

Shades of Plum #DD8ECB

Tints of Plum #DD8ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.09%

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

R = 39.05%
G = 25.09%
B = 35.87%

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

#DD8ECB (or 0xDD8ECB) is known color: Plum. HEX triplet: DD, 8E and CB. RGB value is (221,142,203). Sum of RGB (Red+Green+Blue) = 221+142+203=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ECB is #227134. Grayscale: #ACACAC. Windows color (decimal): -2257205 or 13340381. OLE color: 13340381.

HSL color Cylindrical-coordinate representation of color #DD8ECB: hue angle of 313.67º 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 #DD8ECB is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 142 203 -
CMYK 0 0.36 0.08 0.13
HSL 313.67º 0.54% 0.71% -
HSV(B) 313.67º 0.36% 0.87% -
XYZ 50.27 39.03 61.38 -
YUV 172.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 221 142 203 0 0.36 0.08 0.13 313.67 0.54 0.71
Hex DD 8E CB 0 24 8 D 13A 36 47
Octal 335 216 313 0 44 10 15 472 66 107
Binary 11011101 10001110 11001011 0 100100 1000 1101 100111010 110110 1000111

Color Harmonies of #DD8ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8ECB

Black with #DD8ECB

Text Example


Text Example

White with #DD8ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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