Html Css Color HEX #D7A8DE Plum

📋 copy color: '#D7A8DE'

red 215 ◦ green 168 ◦ blue 222

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

Shades of Plum #D7A8DE

Tints of Plum #D7A8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.77%

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

R = 35.54%
G = 27.77%
B = 36.69%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7A8DE (or 0xD7A8DE) is known color: Plum. HEX triplet: D7, A8 and DE. RGB value is (215,168,222). Sum of RGB (Red+Green+Blue) = 215+168+222=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7A8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8DE is #285721. Grayscale: #BCBCBC. Windows color (decimal): -2643746 or 14592215. OLE color: 14592215.

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

Color convert

RGB 215 168 222 -
CMYK 0.03 0.24 0 0.13
HSL 292.22º 0.45% 0.76% -
HSV(B) 292.22º 0.24% 0.87% -
XYZ 55.21 47.73 75.41 -
YUV 188.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 215 168 222 0.03 0.24 0 0.13 292.22 0.45 0.76
Hex D7 A8 DE 3 18 0 D 124 2D 4C
Octal 327 250 336 3 30 0 15 444 55 114
Binary 11010111 10101000 11011110 11 11000 0 1101 100100100 101101 1001100

Color Harmonies of #D7A8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A8DE

Black with #D7A8DE

Text Example


Text Example

White with #D7A8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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