Html Css Color HEX #D4ABDC Plum

📋 copy color: '#D4ABDC'

red 212 ◦ green 171 ◦ blue 220

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

Shades of Plum #D4ABDC

Tints of Plum #D4ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 35.16%
G = 28.36%
B = 36.48%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4ABDC (or 0xD4ABDC) is known color: Plum. HEX triplet: D4, AB and DC. RGB value is (212,171,220). Sum of RGB (Red+Green+Blue) = 212+171+220=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABDC is #2B5423. Grayscale: #BCBCBC. Windows color (decimal): -2839588 or 14461908. OLE color: 14461908.

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

Color convert

RGB 212 171 220 -
CMYK 0.04 0.22 0 0.14
HSL 290.2º 0.41% 0.77% -
HSV(B) 290.2º 0.22% 0.86% -
XYZ 54.63 48.29 74.15 -
YUV 188.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 212 171 220 0.04 0.22 0 0.14 290.2 0.41 0.77
Hex D4 AB DC 4 16 0 E 122 29 4D
Octal 324 253 334 4 26 0 16 442 51 115
Binary 11010100 10101011 11011100 100 10110 0 1110 100100010 101001 1001101

Color Harmonies of #D4ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABDC

Black with #D4ABDC

Text Example


Text Example

White with #D4ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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