Html Css Color HEX #D79ACF Plum

📋 copy color: '#D79ACF'

red 215 ◦ green 154 ◦ blue 207

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

Shades of Plum #D79ACF

Tints of Plum #D79ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.74%

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

R = 37.33%
G = 26.74%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D79ACF (or 0xD79ACF) is known color: Plum. HEX triplet: D7, 9A and CF. RGB value is (215,154,207). Sum of RGB (Red+Green+Blue) = 215+154+207=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D79ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ACF is #286530. Grayscale: #B2B2B2. Windows color (decimal): -2647345 or 13605591. OLE color: 13605591.

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

Color convert

RGB 215 154 207 -
CMYK 0 0.28 0.04 0.16
HSL 307.87º 0.43% 0.72% -
HSV(B) 307.87º 0.28% 0.84% -
XYZ 50.84 42.06 64.47 -
YUV 178.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 215 154 207 0 0.28 0.04 0.16 307.87 0.43 0.72
Hex D7 9A CF 0 1C 4 10 134 2B 48
Octal 327 232 317 0 34 4 20 464 53 110
Binary 11010111 10011010 11001111 0 11100 100 10000 100110100 101011 1001000

Color Harmonies of #D79ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79ACF

Black with #D79ACF

Text Example


Text Example

White with #D79ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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