Html Css Color HEX #D79CCF Plum

📋 copy color: '#D79CCF'

red 215 ◦ green 156 ◦ blue 207

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

Shades of Plum #D79CCF

Tints of Plum #D79CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 37.2%
G = 26.99%
B = 35.81%

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

#D79CCF (or 0xD79CCF) is known color: Plum. HEX triplet: D7, 9C and CF. RGB value is (215,156,207). Sum of RGB (Red+Green+Blue) = 215+156+207=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CCF is #286330. Grayscale: #B3B3B3. Windows color (decimal): -2646833 or 13606103. OLE color: 13606103.

HSL color Cylindrical-coordinate representation of color #D79CCF: hue angle of 308.14º 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 #D79CCF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 156 207 -
CMYK 0 0.27 0.04 0.16
HSL 308.14º 0.42% 0.73% -
HSV(B) 308.14º 0.27% 0.84% -
XYZ 51.18 42.73 64.58 -
YUV 179.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 215 156 207 0 0.27 0.04 0.16 308.14 0.42 0.73
Hex D7 9C CF 0 1B 4 10 134 2A 49
Octal 327 234 317 0 33 4 20 464 52 111
Binary 11010111 10011100 11001111 0 11011 100 10000 100110100 101010 1001001

Color Harmonies of #D79CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79CCF

Black with #D79CCF

Text Example


Text Example

White with #D79CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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