Html Css Color HEX #D5ABDC Plum

📋 copy color: '#D5ABDC'

red 213 ◦ green 171 ◦ blue 220

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

Shades of Plum #D5ABDC

Tints of Plum #D5ABDC

RGB

 RED value IS 213 (83.59% from 255) = 35.26%

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

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

R = 35.26%
G = 28.31%
B = 36.42%

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

#D5ABDC (or 0xD5ABDC) is known color: Plum. HEX triplet: D5, AB and DC. RGB value is (213,171,220). Sum of RGB (Red+Green+Blue) = 213+171+220=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABDC is #2A5423. Grayscale: #BCBCBC. Windows color (decimal): -2774052 or 14461909. OLE color: 14461909.

HSL color Cylindrical-coordinate representation of color #D5ABDC: hue angle of 291.43º 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 #D5ABDC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 171 220 -
CMYK 0.03 0.22 0 0.14
HSL 291.43º 0.41% 0.77% -
HSV(B) 291.43º 0.22% 0.86% -
XYZ 54.92 48.44 74.17 -
YUV 189.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 213 171 220 0.03 0.22 0 0.14 291.43 0.41 0.77
Hex D5 AB DC 3 16 0 E 123 29 4D
Octal 325 253 334 3 26 0 16 443 51 115
Binary 11010101 10101011 11011100 11 10110 0 1110 100100011 101001 1001101

Color Harmonies of #D5ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABDC

Black with #D5ABDC

Text Example


Text Example

White with #D5ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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