Html Css Color HEX #DD8CD2 Plum

📋 copy color: '#DD8CD2'

red 221 ◦ green 140 ◦ blue 210

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

Shades of Plum #DD8CD2

Tints of Plum #DD8CD2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.52%

 BLUE value IS 210 (82.42% from 255) = 36.78%

R = 38.7%
G = 24.52%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD8CD2 (or 0xDD8CD2) is known color: Plum. HEX triplet: DD, 8C and D2. RGB value is (221,140,210). Sum of RGB (Red+Green+Blue) = 221+140+210=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CD2 is #22732D. Grayscale: #ABABAB. Windows color (decimal): -2257710 or 13798621. OLE color: 13798621.

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

Color convert

RGB 221 140 210 -
CMYK 0 0.37 0.05 0.13
HSL 308.15º 0.54% 0.71% -
HSV(B) 308.15º 0.37% 0.87% -
XYZ 50.83 38.78 65.78 -
YUV 172.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 221 140 210 0 0.37 0.05 0.13 308.15 0.54 0.71
Hex DD 8C D2 0 25 5 D 134 36 47
Octal 335 214 322 0 45 5 15 464 66 107
Binary 11011101 10001100 11010010 0 100101 101 1101 100110100 110110 1000111

Color Harmonies of #DD8CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CD2

Black with #DD8CD2

Text Example


Text Example

White with #DD8CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CD2; }

 p { color: rgb(221,140,210); }

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

background-color css

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

 a { background-color: rgb(221,140,210); }

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

border-color css

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

 span { border-color: rgb(221,140,210); }

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