Html Css Color HEX #D79CCE Plum

📋 copy color: '#D79CCE'

red 215 ◦ green 156 ◦ blue 206

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

Shades of Plum #D79CCE

Tints of Plum #D79CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.04%

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 37.26%
G = 27.04%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D79CCE (or 0xD79CCE) is known color: Plum. HEX triplet: D7, 9C and CE. RGB value is (215,156,206). Sum of RGB (Red+Green+Blue) = 215+156+206=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CCE is #286331. Grayscale: #B3B3B3. Windows color (decimal): -2646834 or 13540567. OLE color: 13540567.

HSL color Cylindrical-coordinate representation of color #D79CCE: hue angle of 309.15º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79CCE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 156 206 -
CMYK 0 0.27 0.04 0.16
HSL 309.15º 0.42% 0.73% -
HSV(B) 309.15º 0.27% 0.84% -
XYZ 51.05 42.68 63.94 -
YUV 179.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 215 156 206 0 0.27 0.04 0.16 309.15 0.42 0.73
Hex D7 9C CE 0 1B 4 10 135 2A 49
Octal 327 234 316 0 33 4 20 465 52 111
Binary 11010111 10011100 11001110 0 11011 100 10000 100110101 101010 1001001

Color Harmonies of #D79CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79CCE

Black with #D79CCE

Text Example


Text Example

White with #D79CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79CCE; }

 p { color: rgb(215,156,206); }

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

background-color css

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

 a { background-color: rgb(215,156,206); }

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

border-color css

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

 span { border-color: rgb(215,156,206); }

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