Html Css Color HEX #D5ACDB Plum

📋 copy color: '#D5ACDB'

red 213 ◦ green 172 ◦ blue 219

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

Shades of Plum #D5ACDB

Tints of Plum #D5ACDB

RGB

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

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

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

R = 35.26%
G = 28.48%
B = 36.26%

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

#D5ACDB (or 0xD5ACDB) is known color: Plum. HEX triplet: D5, AC and DB. RGB value is (213,172,219). Sum of RGB (Red+Green+Blue) = 213+172+219=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACDB is #2A5324. Grayscale: #BDBDBD. Windows color (decimal): -2773797 or 14396629. OLE color: 14396629.

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

Color convert

RGB 213 172 219 -
CMYK 0.03 0.21 0 0.14
HSL 292.34º 0.39% 0.77% -
HSV(B) 292.34º 0.21% 0.86% -
XYZ 54.98 48.77 73.53 -
YUV 189.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 213 172 219 0.03 0.21 0 0.14 292.34 0.39 0.77
Hex D5 AC DB 3 15 0 E 124 27 4D
Octal 325 254 333 3 25 0 16 444 47 115
Binary 11010101 10101100 11011011 11 10101 0 1110 100100100 100111 1001101

Color Harmonies of #D5ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACDB

Black with #D5ACDB

Text Example


Text Example

White with #D5ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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