Html Css Color HEX #D5ABDA Plum

📋 copy color: '#D5ABDA'

red 213 ◦ green 171 ◦ blue 218

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

Shades of Plum #D5ABDA

Tints of Plum #D5ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 35.38%
G = 28.41%
B = 36.21%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5ABDA (or 0xD5ABDA) is known color: Plum. HEX triplet: D5, AB and DA. RGB value is (213,171,218). Sum of RGB (Red+Green+Blue) = 213+171+218=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABDA is #2A5425. Grayscale: #BCBCBC. Windows color (decimal): -2774054 or 14330837. OLE color: 14330837.

HSL color Cylindrical-coordinate representation of color #D5ABDA: hue angle of 293.62º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5ABDA is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 171 218 -
CMYK 0.02 0.22 0 0.15
HSL 293.62º 0.39% 0.76% -
HSV(B) 293.62º 0.22% 0.85% -
XYZ 54.66 48.33 72.78 -
YUV 188.92 144.41 145.18 -
System Red Green Blue C M Y K H S L
Decimal 213 171 218 0.02 0.22 0 0.15 293.62 0.39 0.76
Hex D5 AB DA 2 16 0 F 126 27 4C
Octal 325 253 332 2 26 0 17 446 47 114
Binary 11010101 10101011 11011010 10 10110 0 1111 100100110 100111 1001100

Color Harmonies of #D5ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABDA

Black with #D5ABDA

Text Example


Text Example

White with #D5ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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