Html Css Color HEX #D9AFDF Plum

📋 copy color: '#D9AFDF'

red 217 ◦ green 175 ◦ blue 223

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

Shades of Plum #D9AFDF

Tints of Plum #D9AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 35.28%
G = 28.46%
B = 36.26%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9AFDF (or 0xD9AFDF) is known color: Plum. HEX triplet: D9, AF and DF. RGB value is (217,175,223). Sum of RGB (Red+Green+Blue) = 217+175+223=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFDF is #265020. Grayscale: #C0C0C0. Windows color (decimal): -2510881 or 14659545. OLE color: 14659545.

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

Color convert

RGB 217 175 223 -
CMYK 0.03 0.22 0 0.13
HSL 292.5º 0.43% 0.78% -
HSV(B) 292.5º 0.22% 0.87% -
XYZ 57.26 50.74 76.59 -
YUV 193.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 217 175 223 0.03 0.22 0 0.13 292.5 0.43 0.78
Hex D9 AF DF 3 16 0 D 124 2B 4E
Octal 331 257 337 3 26 0 15 444 53 116
Binary 11011001 10101111 11011111 11 10110 0 1101 100100100 101011 1001110

Color Harmonies of #D9AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFDF

Black with #D9AFDF

Text Example


Text Example

White with #D9AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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