Html Css Color HEX #D4A0DD Plum

📋 copy color: '#D4A0DD'

red 212 ◦ green 160 ◦ blue 221

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

Shades of Plum #D4A0DD

Tints of Plum #D4A0DD

RGB

 RED value IS 212 (83.2% from 255) = 35.75%

 GREEN value IS 160 (62.89% from 255) = 26.98%

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 35.75%
G = 26.98%
B = 37.27%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4A0DD (or 0xD4A0DD) is known color: Plum. HEX triplet: D4, A0 and DD. RGB value is (212,160,221). Sum of RGB (Red+Green+Blue) = 212+160+221=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4A0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0DD is #2B5F22. Grayscale: #B6B6B6. Windows color (decimal): -2842403 or 14524628. OLE color: 14524628.

HSL color Cylindrical-coordinate representation of color #D4A0DD: hue angle of 291.15º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4A0DD is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 160 221 -
CMYK 0.04 0.28 0 0.13
HSL 291.15º 0.47% 0.75% -
HSV(B) 291.15º 0.28% 0.87% -
XYZ 52.77 44.36 74.19 -
YUV 182.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 212 160 221 0.04 0.28 0 0.13 291.15 0.47 0.75
Hex D4 A0 DD 4 1C 0 D 123 2F 4B
Octal 324 240 335 4 34 0 15 443 57 113
Binary 11010100 10100000 11011101 100 11100 0 1101 100100011 101111 1001011

Color Harmonies of #D4A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A0DD

Black with #D4A0DD

Text Example


Text Example

White with #D4A0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A0DD; }

 p { color: rgb(212,160,221); }

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

background-color css

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

 a { background-color: rgb(212,160,221); }

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

border-color css

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

 span { border-color: rgb(212,160,221); }

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