Html Css Color HEX #D2ABD4 Plum

📋 copy color: '#D2ABD4'

red 210 ◦ green 171 ◦ blue 212

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

Shades of Plum #D2ABD4

Tints of Plum #D2ABD4

RGB

 RED value IS 210 (82.42% from 255) = 35.41%

 GREEN value IS 171 (67.19% from 255) = 28.84%

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

R = 35.41%
G = 28.84%
B = 35.75%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D2ABD4 (or 0xD2ABD4) is known color: Plum. HEX triplet: D2, AB and D4. RGB value is (210,171,212). Sum of RGB (Red+Green+Blue) = 210+171+212=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #D2ABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABD4 is #2D542B. Grayscale: #BBBBBB. Windows color (decimal): -2970668 or 13937618. OLE color: 13937618.

HSL color Cylindrical-coordinate representation of color #D2ABD4: hue angle of 297.07º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ABD4 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 171 212 -
CMYK 0.01 0.19 0 0.17
HSL 297.07º 0.32% 0.75% -
HSV(B) 297.07º 0.19% 0.83% -
XYZ 53.02 47.58 68.68 -
YUV 187.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 210 171 212 0.01 0.19 0 0.17 297.07 0.32 0.75
Hex D2 AB D4 1 13 0 11 129 20 4B
Octal 322 253 324 1 23 0 21 451 40 113
Binary 11010010 10101011 11010100 1 10011 0 10001 100101001 100000 1001011

Color Harmonies of #D2ABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABD4

Black with #D2ABD4

Text Example


Text Example

White with #D2ABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABD4; }

 p { color: rgb(210,171,212); }

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

background-color css

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

 a { background-color: rgb(210,171,212); }

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

border-color css

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

 span { border-color: rgb(210,171,212); }

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