Html Css Color HEX #DC9DD2 Plum

📋 copy color: '#DC9DD2'

red 220 ◦ green 157 ◦ blue 210

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

Shades of Plum #DC9DD2

Tints of Plum #DC9DD2

RGB

 RED value IS 220 (86.33% from 255) = 37.48%

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

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

R = 37.48%
G = 26.75%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC9DD2 (or 0xDC9DD2) is known color: Plum. HEX triplet: DC, 9D and D2. RGB value is (220,157,210). Sum of RGB (Red+Green+Blue) = 220+157+210=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DD2 is #23622D. Grayscale: #B5B5B5. Windows color (decimal): -2318894 or 13802972. OLE color: 13802972.

HSL color Cylindrical-coordinate representation of color #DC9DD2: hue angle of 309.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DD2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 157 210 -
CMYK 0 0.29 0.05 0.14
HSL 309.52º 0.47% 0.74% -
HSV(B) 309.52º 0.29% 0.86% -
XYZ 53.21 43.98 66.66 -
YUV 181.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 220 157 210 0 0.29 0.05 0.14 309.52 0.47 0.74
Hex DC 9D D2 0 1D 5 E 136 2F 4A
Octal 334 235 322 0 35 5 16 466 57 112
Binary 11011100 10011101 11010010 0 11101 101 1110 100110110 101111 1001010

Color Harmonies of #DC9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9DD2

Black with #DC9DD2

Text Example


Text Example

White with #DC9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9DD2; }

 p { color: rgb(220,157,210); }

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

background-color css

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

 a { background-color: rgb(220,157,210); }

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

border-color css

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

 span { border-color: rgb(220,157,210); }

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