Html Css Color HEX #D79DDB Plum

📋 copy color: '#D79DDB'

red 215 ◦ green 157 ◦ blue 219

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

Shades of Plum #D79DDB

Tints of Plum #D79DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.57%

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

R = 36.38%
G = 26.57%
B = 37.06%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D79DDB (or 0xD79DDB) is known color: Plum. HEX triplet: D7, 9D and DB. RGB value is (215,157,219). Sum of RGB (Red+Green+Blue) = 215+157+219=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #D79DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DDB is #286224. Grayscale: #B5B5B5. Windows color (decimal): -2646565 or 14392791. OLE color: 14392791.

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

Color convert

RGB 215 157 219 -
CMYK 0.02 0.28 0 0.14
HSL 296.13º 0.46% 0.74% -
HSV(B) 296.13º 0.28% 0.86% -
XYZ 52.87 43.68 72.66 -
YUV 181.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 215 157 219 0.02 0.28 0 0.14 296.13 0.46 0.74
Hex D7 9D DB 2 1C 0 E 128 2E 4A
Octal 327 235 333 2 34 0 16 450 56 112
Binary 11010111 10011101 11011011 10 11100 0 1110 100101000 101110 1001010

Color Harmonies of #D79DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79DDB

Black with #D79DDB

Text Example


Text Example

White with #D79DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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