Html Css Color HEX #D79FDF Plum

📋 copy color: '#D79FDF'

red 215 ◦ green 159 ◦ blue 223

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

Shades of Plum #D79FDF

Tints of Plum #D79FDF

RGB

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

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

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

R = 36.01%
G = 26.63%
B = 37.35%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D79FDF (or 0xD79FDF) is known color: Plum. HEX triplet: D7, 9F and DF. RGB value is (215,159,223). Sum of RGB (Red+Green+Blue) = 215+159+223=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #D79FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FDF is #286020. Grayscale: #B6B6B6. Windows color (decimal): -2646049 or 14655447. OLE color: 14655447.

HSL color Cylindrical-coordinate representation of color #D79FDF: hue angle of 292.5º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D79FDF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 159 223 -
CMYK 0.04 0.29 0 0.13
HSL 292.5º 0.5% 0.75% -
HSV(B) 292.5º 0.29% 0.87% -
XYZ 53.74 44.57 75.58 -
YUV 183.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 215 159 223 0.04 0.29 0 0.13 292.5 0.5 0.75
Hex D7 9F DF 4 1D 0 D 124 32 4B
Octal 327 237 337 4 35 0 15 444 62 113
Binary 11010111 10011111 11011111 100 11101 0 1101 100100100 110010 1001011

Color Harmonies of #D79FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FDF

Black with #D79FDF

Text Example


Text Example

White with #D79FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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