Html Css Color HEX #DC9AD0 Plum

📋 copy color: '#DC9AD0'

red 220 ◦ green 154 ◦ blue 208

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

Shades of Plum #DC9AD0

Tints of Plum #DC9AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.46%

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 37.8%
G = 26.46%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC9AD0 (or 0xDC9AD0) is known color: Plum. HEX triplet: DC, 9A and D0. RGB value is (220,154,208). Sum of RGB (Red+Green+Blue) = 220+154+208=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AD0 is #23652F. Grayscale: #B3B3B3. Windows color (decimal): -2319664 or 13671132. OLE color: 13671132.

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

Color convert

RGB 220 154 208 -
CMYK 0 0.3 0.05 0.14
HSL 310.91º 0.49% 0.73% -
HSV(B) 310.91º 0.3% 0.86% -
XYZ 52.46 42.88 65.19 -
YUV 179.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 220 154 208 0 0.3 0.05 0.14 310.91 0.49 0.73
Hex DC 9A D0 0 1E 5 E 137 31 49
Octal 334 232 320 0 36 5 16 467 61 111
Binary 11011100 10011010 11010000 0 11110 101 1110 100110111 110001 1001001

Color Harmonies of #DC9AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9AD0

Black with #DC9AD0

Text Example


Text Example

White with #DC9AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9AD0; }

 p { color: rgb(220,154,208); }

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

background-color css

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

 a { background-color: rgb(220,154,208); }

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

border-color css

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

 span { border-color: rgb(220,154,208); }

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