Html Css Color HEX #D79FE1 Plum

📋 copy color: '#D79FE1'

red 215 ◦ green 159 ◦ blue 225

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

Shades of Plum #D79FE1

Tints of Plum #D79FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 35.89%
G = 26.54%
B = 37.56%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D79FE1 (or 0xD79FE1) is known color: Plum. HEX triplet: D7, 9F and E1. RGB value is (215,159,225). Sum of RGB (Red+Green+Blue) = 215+159+225=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #D79FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FE1 is #28601E. Grayscale: #B7B7B7. Windows color (decimal): -2646047 or 14786519. OLE color: 14786519.

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

Color convert

RGB 215 159 225 -
CMYK 0.04 0.29 0 0.12
HSL 290.91º 0.52% 0.75% -
HSV(B) 290.91º 0.29% 0.88% -
XYZ 54.01 44.68 77.01 -
YUV 183.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 215 159 225 0.04 0.29 0 0.12 290.91 0.52 0.75
Hex D7 9F E1 4 1D 0 C 123 34 4B
Octal 327 237 341 4 35 0 14 443 64 113
Binary 11010111 10011111 11100001 100 11101 0 1100 100100011 110100 1001011

Color Harmonies of #D79FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FE1

Black with #D79FE1

Text Example


Text Example

White with #D79FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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