Html Css Color HEX #D4A3DD Plum

📋 copy color: '#D4A3DD'

red 212 ◦ green 163 ◦ blue 221

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

Shades of Plum #D4A3DD

Tints of Plum #D4A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.35%

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

R = 35.57%
G = 27.35%
B = 37.08%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4A3DD (or 0xD4A3DD) is known color: Plum. HEX triplet: D4, A3 and DD. RGB value is (212,163,221). Sum of RGB (Red+Green+Blue) = 212+163+221=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4A3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3DD is #2B5C22. Grayscale: #B8B8B8. Windows color (decimal): -2841635 or 14525396. OLE color: 14525396.

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

Color convert

RGB 212 163 221 -
CMYK 0.04 0.26 0 0.13
HSL 290.69º 0.46% 0.75% -
HSV(B) 290.69º 0.26% 0.87% -
XYZ 53.3 45.41 74.36 -
YUV 184.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 212 163 221 0.04 0.26 0 0.13 290.69 0.46 0.75
Hex D4 A3 DD 4 1A 0 D 123 2E 4B
Octal 324 243 335 4 32 0 15 443 56 113
Binary 11010100 10100011 11011101 100 11010 0 1101 100100011 101110 1001011

Color Harmonies of #D4A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A3DD

Black with #D4A3DD

Text Example


Text Example

White with #D4A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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