Html Css Color HEX #D9AFDC Plum

📋 copy color: '#D9AFDC'

red 217 ◦ green 175 ◦ blue 220

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

Shades of Plum #D9AFDC

Tints of Plum #D9AFDC

RGB

 RED value IS 217 (85.16% from 255) = 35.46%

 GREEN value IS 175 (68.75% from 255) = 28.59%

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

R = 35.46%
G = 28.59%
B = 35.95%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9AFDC (or 0xD9AFDC) is known color: Plum. HEX triplet: D9, AF and DC. RGB value is (217,175,220). Sum of RGB (Red+Green+Blue) = 217+175+220=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFDC is #265023. Grayscale: #C0C0C0. Windows color (decimal): -2510884 or 14462937. OLE color: 14462937.

HSL color Cylindrical-coordinate representation of color #D9AFDC: hue angle of 296º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AFDC is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 175 220 -
CMYK 0.01 0.20 0 0.14
HSL 296º 0.39% 0.77% -
HSV(B) 296º 0.2% 0.86% -
XYZ 56.86 50.58 74.48 -
YUV 192.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 217 175 220 0.01 0.20 0 0.14 296 0.39 0.77
Hex D9 AF DC 1 14 0 E 128 27 4D
Octal 331 257 334 1 24 0 16 450 47 115
Binary 11011001 10101111 11011100 1 10100 0 1110 100101000 100111 1001101

Color Harmonies of #D9AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFDC

Black with #D9AFDC

Text Example


Text Example

White with #D9AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFDC; }

 p { color: rgb(217,175,220); }

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

background-color css

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

 a { background-color: rgb(217,175,220); }

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

border-color css

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

 span { border-color: rgb(217,175,220); }

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