Html Css Color HEX #D791DC Plum

📋 copy color: '#D791DC'

red 215 ◦ green 145 ◦ blue 220

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

Shades of Plum #D791DC

Tints of Plum #D791DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 37.07%
G = 25%
B = 37.93%

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

#D791DC (or 0xD791DC) is known color: Plum. HEX triplet: D7, 91 and DC. RGB value is (215,145,220). Sum of RGB (Red+Green+Blue) = 215+145+220=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #D791DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791DC is #286E23. Grayscale: #AEAEAE. Windows color (decimal): -2649636 or 14455255. OLE color: 14455255.

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

Color convert

RGB 215 145 220 -
CMYK 0.02 0.34 0 0.14
HSL 296º 0.52% 0.72% -
HSV(B) 296º 0.34% 0.86% -
XYZ 51.07 39.87 72.71 -
YUV 174.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 215 145 220 0.02 0.34 0 0.14 296 0.52 0.72
Hex D7 91 DC 2 22 0 E 128 34 48
Octal 327 221 334 2 42 0 16 450 64 110
Binary 11010111 10010001 11011100 10 100010 0 1110 100101000 110100 1001000

Color Harmonies of #D791DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D791DC

Black with #D791DC

Text Example


Text Example

White with #D791DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D791DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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