Html Css Color HEX #D791DB Plum

📋 copy color: '#D791DB'

red 215 ◦ green 145 ◦ blue 219

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

Shades of Plum #D791DB

Tints of Plum #D791DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 37.13%
G = 25.04%
B = 37.82%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D791DB (or 0xD791DB) is known color: Plum. HEX triplet: D7, 91 and DB. RGB value is (215,145,219). Sum of RGB (Red+Green+Blue) = 215+145+219=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #D791DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791DB is #286E24. Grayscale: #AEAEAE. Windows color (decimal): -2649637 or 14389719. OLE color: 14389719.

HSL color Cylindrical-coordinate representation of color #D791DB: hue angle of 296.76º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D791DB is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 145 219 -
CMYK 0.02 0.34 0 0.14
HSL 296.76º 0.51% 0.71% -
HSV(B) 296.76º 0.34% 0.86% -
XYZ 50.94 39.81 72.02 -
YUV 174.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 215 145 219 0.02 0.34 0 0.14 296.76 0.51 0.71
Hex D7 91 DB 2 22 0 E 129 33 47
Octal 327 221 333 2 42 0 16 451 63 107
Binary 11010111 10010001 11011011 10 100010 0 1110 100101001 110011 1000111

Color Harmonies of #D791DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D791DB

Black with #D791DB

Text Example


Text Example

White with #D791DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D791DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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