Html Css Color HEX #D794D9 Plum

📋 copy color: '#D794D9'

red 215 ◦ green 148 ◦ blue 217

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

Shades of Plum #D794D9

Tints of Plum #D794D9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.52%

 BLUE value IS 217 (85.16% from 255) = 37.41%

R = 37.07%
G = 25.52%
B = 37.41%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D794D9 (or 0xD794D9) is known color: Plum. HEX triplet: D7, 94 and D9. RGB value is (215,148,217). Sum of RGB (Red+Green+Blue) = 215+148+217=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #D794D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794D9 is #286B26. Grayscale: #AFAFAF. Windows color (decimal): -2648871 or 14259415. OLE color: 14259415.

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

Color convert

RGB 215 148 217 -
CMYK 0.01 0.32 0 0.15
HSL 298.26º 0.48% 0.72% -
HSV(B) 298.26º 0.32% 0.85% -
XYZ 51.14 40.64 70.79 -
YUV 175.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 215 148 217 0.01 0.32 0 0.15 298.26 0.48 0.72
Hex D7 94 D9 1 20 0 F 12A 30 48
Octal 327 224 331 1 40 0 17 452 60 110
Binary 11010111 10010100 11011001 1 100000 0 1111 100101010 110000 1001000

Color Harmonies of #D794D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794D9

Black with #D794D9

Text Example


Text Example

White with #D794D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794D9; }

 p { color: rgb(215,148,217); }

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

background-color css

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

 a { background-color: rgb(215,148,217); }

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

border-color css

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

 span { border-color: rgb(215,148,217); }

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