Html Css Color HEX #D79FDB Plum

📋 copy color: '#D79FDB'

red 215 ◦ green 159 ◦ blue 219

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

Shades of Plum #D79FDB

Tints of Plum #D79FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.81%

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

R = 36.26%
G = 26.81%
B = 36.93%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D79FDB (or 0xD79FDB) is known color: Plum. HEX triplet: D7, 9F and DB. RGB value is (215,159,219). Sum of RGB (Red+Green+Blue) = 215+159+219=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #D79FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FDB is #286024. Grayscale: #B6B6B6. Windows color (decimal): -2646053 or 14393303. OLE color: 14393303.

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

Color convert

RGB 215 159 219 -
CMYK 0.02 0.27 0 0.14
HSL 296º 0.45% 0.74% -
HSV(B) 296º 0.27% 0.86% -
XYZ 53.21 44.36 72.78 -
YUV 182.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 215 159 219 0.02 0.27 0 0.14 296 0.45 0.74
Hex D7 9F DB 2 1B 0 E 128 2D 4A
Octal 327 237 333 2 33 0 16 450 55 112
Binary 11010111 10011111 11011011 10 11011 0 1110 100101000 101101 1001010

Color Harmonies of #D79FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FDB

Black with #D79FDB

Text Example


Text Example

White with #D79FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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