Html Css Color HEX #D79CDF Plum

📋 copy color: '#D79CDF'

red 215 ◦ green 156 ◦ blue 223

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

Shades of Plum #D79CDF

Tints of Plum #D79CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 36.2%
G = 26.26%
B = 37.54%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D79CDF (or 0xD79CDF) is known color: Plum. HEX triplet: D7, 9C and DF. RGB value is (215,156,223). Sum of RGB (Red+Green+Blue) = 215+156+223=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #D79CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CDF is #286320. Grayscale: #B5B5B5. Windows color (decimal): -2646817 or 14654679. OLE color: 14654679.

HSL color Cylindrical-coordinate representation of color #D79CDF: hue angle of 292.84º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79CDF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 156 223 -
CMYK 0.04 0.30 0 0.13
HSL 292.84º 0.51% 0.74% -
HSV(B) 292.84º 0.3% 0.87% -
XYZ 53.23 43.55 75.41 -
YUV 181.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 215 156 223 0.04 0.30 0 0.13 292.84 0.51 0.74
Hex D7 9C DF 4 1E 0 D 125 33 4A
Octal 327 234 337 4 36 0 15 445 63 112
Binary 11010111 10011100 11011111 100 11110 0 1101 100100101 110011 1001010

Color Harmonies of #D79CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79CDF

Black with #D79CDF

Text Example


Text Example

White with #D79CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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