Html Css Color HEX #D7AFDD Plum

📋 copy color: '#D7AFDD'

red 215 ◦ green 175 ◦ blue 221

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

Shades of Plum #D7AFDD

Tints of Plum #D7AFDD

RGB

 RED value IS 215 (84.38% from 255) = 35.19%

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

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

R = 35.19%
G = 28.64%
B = 36.17%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7AFDD (or 0xD7AFDD) is known color: Plum. HEX triplet: D7, AF and DD. RGB value is (215,175,221). Sum of RGB (Red+Green+Blue) = 215+175+221=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFDD is #285022. Grayscale: #C0C0C0. Windows color (decimal): -2641955 or 14528471. OLE color: 14528471.

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

Color convert

RGB 215 175 221 -
CMYK 0.03 0.21 0 0.13
HSL 292.17º 0.4% 0.78% -
HSV(B) 292.17º 0.21% 0.87% -
XYZ 56.41 50.33 75.15 -
YUV 192.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 215 175 221 0.03 0.21 0 0.13 292.17 0.4 0.78
Hex D7 AF DD 3 15 0 D 124 28 4E
Octal 327 257 335 3 25 0 15 444 50 116
Binary 11010111 10101111 11011101 11 10101 0 1101 100100100 101000 1001110

Color Harmonies of #D7AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFDD

Black with #D7AFDD

Text Example


Text Example

White with #D7AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFDD; }

 p { color: rgb(215,175,221); }

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

background-color css

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

 a { background-color: rgb(215,175,221); }

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

border-color css

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

 span { border-color: rgb(215,175,221); }

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