Html Css Color HEX #D5ACDD Plum

📋 copy color: '#D5ACDD'

red 213 ◦ green 172 ◦ blue 221

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

Shades of Plum #D5ACDD

Tints of Plum #D5ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.47%

R = 35.15%
G = 28.38%
B = 36.47%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5ACDD (or 0xD5ACDD) is known color: Plum. HEX triplet: D5, AC and DD. RGB value is (213,172,221). Sum of RGB (Red+Green+Blue) = 213+172+221=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACDD is #2A5322. Grayscale: #BDBDBD. Windows color (decimal): -2773795 or 14527701. OLE color: 14527701.

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

Color convert

RGB 213 172 221 -
CMYK 0.04 0.22 0 0.13
HSL 290.2º 0.42% 0.77% -
HSV(B) 290.2º 0.22% 0.87% -
XYZ 55.24 48.87 74.93 -
YUV 189.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 213 172 221 0.04 0.22 0 0.13 290.2 0.42 0.77
Hex D5 AC DD 4 16 0 D 122 2A 4D
Octal 325 254 335 4 26 0 15 442 52 115
Binary 11010101 10101100 11011101 100 10110 0 1101 100100010 101010 1001101

Color Harmonies of #D5ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACDD

Black with #D5ACDD

Text Example


Text Example

White with #D5ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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