Html Css Color HEX #D791D8 Plum

📋 copy color: '#D791D8'

red 215 ◦ green 145 ◦ blue 216

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

Shades of Plum #D791D8

Tints of Plum #D791D8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.17%

 BLUE value IS 216 (84.77% from 255) = 37.5%

R = 37.33%
G = 25.17%
B = 37.5%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D791D8 (or 0xD791D8) is known color: Plum. HEX triplet: D7, 91 and D8. RGB value is (215,145,216). Sum of RGB (Red+Green+Blue) = 215+145+216=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #D791D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791D8 is #286E27. Grayscale: #ADADAD. Windows color (decimal): -2649640 or 14193111. OLE color: 14193111.

HSL color Cylindrical-coordinate representation of color #D791D8: hue angle of 299.15º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D791D8 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 145 216 -
CMYK 0.00 0.33 0 0.15
HSL 299.15º 0.48% 0.71% -
HSV(B) 299.15º 0.33% 0.85% -
XYZ 50.54 39.66 69.96 -
YUV 174.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 215 145 216 0.00 0.33 0 0.15 299.15 0.48 0.71
Hex D7 91 D8 0 21 0 F 12B 30 47
Octal 327 221 330 0 41 0 17 453 60 107
Binary 11010111 10010001 11011000 0 100001 0 1111 100101011 110000 1000111

Color Harmonies of #D791D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D791D8

Black with #D791D8

Text Example


Text Example

White with #D791D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D791D8; }

 p { color: rgb(215,145,216); }

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

background-color css

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

 a { background-color: rgb(215,145,216); }

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

border-color css

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

 span { border-color: rgb(215,145,216); }

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