Html Css Color HEX #D7AFDE Plum

📋 copy color: '#D7AFDE'

red 215 ◦ green 175 ◦ blue 222

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

Shades of Plum #D7AFDE

Tints of Plum #D7AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.27%

R = 35.13%
G = 28.59%
B = 36.27%

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

#D7AFDE (or 0xD7AFDE) is known color: Plum. HEX triplet: D7, AF and DE. RGB value is (215,175,222). Sum of RGB (Red+Green+Blue) = 215+175+222=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFDE is #285021. Grayscale: #C0C0C0. Windows color (decimal): -2641954 or 14594007. OLE color: 14594007.

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

Color convert

RGB 215 175 222 -
CMYK 0.03 0.21 0 0.13
HSL 291.06º 0.42% 0.78% -
HSV(B) 291.06º 0.21% 0.87% -
XYZ 56.54 50.38 75.85 -
YUV 192.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 215 175 222 0.03 0.21 0 0.13 291.06 0.42 0.78
Hex D7 AF DE 3 15 0 D 123 2A 4E
Octal 327 257 336 3 25 0 15 443 52 116
Binary 11010111 10101111 11011110 11 10101 0 1101 100100011 101010 1001110

Color Harmonies of #D7AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFDE

Black with #D7AFDE

Text Example


Text Example

White with #D7AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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