Html Css Color HEX #D4ABDB Plum

📋 copy color: '#D4ABDB'

red 212 ◦ green 171 ◦ blue 219

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

Shades of Plum #D4ABDB

Tints of Plum #D4ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 35.22%
G = 28.41%
B = 36.38%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4ABDB (or 0xD4ABDB) is known color: Plum. HEX triplet: D4, AB and DB. RGB value is (212,171,219). Sum of RGB (Red+Green+Blue) = 212+171+219=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABDB is #2B5424. Grayscale: #BCBCBC. Windows color (decimal): -2839589 or 14396372. OLE color: 14396372.

HSL color Cylindrical-coordinate representation of color #D4ABDB: hue angle of 291.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4ABDB is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 171 219 -
CMYK 0.03 0.22 0 0.14
HSL 291.25º 0.4% 0.76% -
HSV(B) 291.25º 0.22% 0.86% -
XYZ 54.5 48.24 73.46 -
YUV 188.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 212 171 219 0.03 0.22 0 0.14 291.25 0.4 0.76
Hex D4 AB DB 3 16 0 E 123 28 4C
Octal 324 253 333 3 26 0 16 443 50 114
Binary 11010100 10101011 11011011 11 10110 0 1110 100100011 101000 1001100

Color Harmonies of #D4ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABDB

Black with #D4ABDB

Text Example


Text Example

White with #D4ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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