Html Css Color HEX #D79FCE Plum

📋 copy color: '#D79FCE'

red 215 ◦ green 159 ◦ blue 206

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

Shades of Plum #D79FCE

Tints of Plum #D79FCE

RGB

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

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

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

R = 37.07%
G = 27.41%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D79FCE (or 0xD79FCE) is known color: Plum. HEX triplet: D7, 9F and CE. RGB value is (215,159,206). Sum of RGB (Red+Green+Blue) = 215+159+206=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FCE is #286031. Grayscale: #B4B4B4. Windows color (decimal): -2646066 or 13541335. OLE color: 13541335.

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

Color convert

RGB 215 159 206 -
CMYK 0 0.26 0.04 0.16
HSL 309.64º 0.41% 0.73% -
HSV(B) 309.64º 0.26% 0.84% -
XYZ 51.56 43.7 64.11 -
YUV 181.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 215 159 206 0 0.26 0.04 0.16 309.64 0.41 0.73
Hex D7 9F CE 0 1A 4 10 136 29 49
Octal 327 237 316 0 32 4 20 466 51 111
Binary 11010111 10011111 11001110 0 11010 100 10000 100110110 101001 1001001

Color Harmonies of #D79FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FCE

Black with #D79FCE

Text Example


Text Example

White with #D79FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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