Html Css Color HEX #D8AFDF Plum

📋 copy color: '#D8AFDF'

red 216 ◦ green 175 ◦ blue 223

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

Shades of Plum #D8AFDF

Tints of Plum #D8AFDF

RGB

 RED value IS 216 (84.77% from 255) = 35.18%

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

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

R = 35.18%
G = 28.5%
B = 36.32%

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

#D8AFDF (or 0xD8AFDF) is known color: Plum. HEX triplet: D8, AF and DF. RGB value is (216,175,223). Sum of RGB (Red+Green+Blue) = 216+175+223=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFDF is #275020. Grayscale: #C0C0C0. Windows color (decimal): -2576417 or 14659544. OLE color: 14659544.

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

Color convert

RGB 216 175 223 -
CMYK 0.03 0.22 0 0.13
HSL 291.25º 0.43% 0.78% -
HSV(B) 291.25º 0.22% 0.87% -
XYZ 56.97 50.59 76.57 -
YUV 192.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 216 175 223 0.03 0.22 0 0.13 291.25 0.43 0.78
Hex D8 AF DF 3 16 0 D 123 2B 4E
Octal 330 257 337 3 26 0 15 443 53 116
Binary 11011000 10101111 11011111 11 10110 0 1101 100100011 101011 1001110

Color Harmonies of #D8AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFDF

Black with #D8AFDF

Text Example


Text Example

White with #D8AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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