Html Css Color HEX #D4ACDB Plum

📋 copy color: '#D4ACDB'

red 212 ◦ green 172 ◦ blue 219

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

Shades of Plum #D4ACDB

Tints of Plum #D4ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.52%

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

R = 35.16%
G = 28.52%
B = 36.32%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4ACDB (or 0xD4ACDB) is known color: Plum. HEX triplet: D4, AC and DB. RGB value is (212,172,219). Sum of RGB (Red+Green+Blue) = 212+172+219=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACDB is #2B5324. Grayscale: #BDBDBD. Windows color (decimal): -2839333 or 14396628. OLE color: 14396628.

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

Color convert

RGB 212 172 219 -
CMYK 0.03 0.21 0 0.14
HSL 291.06º 0.39% 0.77% -
HSV(B) 291.06º 0.21% 0.86% -
XYZ 54.69 48.62 73.52 -
YUV 189.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 212 172 219 0.03 0.21 0 0.14 291.06 0.39 0.77
Hex D4 AC DB 3 15 0 E 123 27 4D
Octal 324 254 333 3 25 0 16 443 47 115
Binary 11010100 10101100 11011011 11 10101 0 1110 100100011 100111 1001101

Color Harmonies of #D4ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACDB

Black with #D4ACDB

Text Example


Text Example

White with #D4ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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