Html Css Color HEX #D79FE2 Plum

📋 copy color: '#D79FE2'

red 215 ◦ green 159 ◦ blue 226

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

Shades of Plum #D79FE2

Tints of Plum #D79FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.67%

R = 35.83%
G = 26.5%
B = 37.67%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D79FE2 (or 0xD79FE2) is known color: Plum. HEX triplet: D7, 9F and E2. RGB value is (215,159,226). Sum of RGB (Red+Green+Blue) = 215+159+226=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #D79FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FE2 is #28601D. Grayscale: #B7B7B7. Windows color (decimal): -2646046 or 14852055. OLE color: 14852055.

HSL color Cylindrical-coordinate representation of color #D79FE2: hue angle of 290.15º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79FE2 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 159 226 -
CMYK 0.05 0.30 0 0.11
HSL 290.15º 0.54% 0.75% -
HSV(B) 290.15º 0.3% 0.89% -
XYZ 54.15 44.73 77.73 -
YUV 183.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 215 159 226 0.05 0.30 0 0.11 290.15 0.54 0.75
Hex D7 9F E2 5 1E 0 B 122 36 4B
Octal 327 237 342 5 36 0 13 442 66 113
Binary 11010111 10011111 11100010 101 11110 0 1011 100100010 110110 1001011

Color Harmonies of #D79FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FE2

Black with #D79FE2

Text Example


Text Example

White with #D79FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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