Html Css Color HEX #D794DB Plum

📋 copy color: '#D794DB'

red 215 ◦ green 148 ◦ blue 219

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

Shades of Plum #D794DB

Tints of Plum #D794DB

RGB

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

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

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

R = 36.94%
G = 25.43%
B = 37.63%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D794DB (or 0xD794DB) is known color: Plum. HEX triplet: D7, 94 and DB. RGB value is (215,148,219). Sum of RGB (Red+Green+Blue) = 215+148+219=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #D794DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794DB is #286B24. Grayscale: #AFAFAF. Windows color (decimal): -2648869 or 14390487. OLE color: 14390487.

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

Color convert

RGB 215 148 219 -
CMYK 0.02 0.32 0 0.14
HSL 296.62º 0.5% 0.72% -
HSV(B) 296.62º 0.32% 0.86% -
XYZ 51.4 40.74 72.17 -
YUV 176.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 215 148 219 0.02 0.32 0 0.14 296.62 0.5 0.72
Hex D7 94 DB 2 20 0 E 129 32 48
Octal 327 224 333 2 40 0 16 451 62 110
Binary 11010111 10010100 11011011 10 100000 0 1110 100101001 110010 1001000

Color Harmonies of #D794DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794DB

Black with #D794DB

Text Example


Text Example

White with #D794DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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