Html Css Color HEX #D79CE1 Plum

📋 copy color: '#D79CE1'

red 215 ◦ green 156 ◦ blue 225

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

Shades of Plum #D79CE1

Tints of Plum #D79CE1

RGB

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

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

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

R = 36.07%
G = 26.17%
B = 37.75%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D79CE1 (or 0xD79CE1) is known color: Plum. HEX triplet: D7, 9C and E1. RGB value is (215,156,225). Sum of RGB (Red+Green+Blue) = 215+156+225=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #D79CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CE1 is #28631E. Grayscale: #B5B5B5. Windows color (decimal): -2646815 or 14785751. OLE color: 14785751.

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

Color convert

RGB 215 156 225 -
CMYK 0.04 0.31 0 0.12
HSL 291.3º 0.53% 0.75% -
HSV(B) 291.3º 0.31% 0.88% -
XYZ 53.5 43.66 76.84 -
YUV 181.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 215 156 225 0.04 0.31 0 0.12 291.3 0.53 0.75
Hex D7 9C E1 4 1F 0 C 123 35 4B
Octal 327 234 341 4 37 0 14 443 65 113
Binary 11010111 10011100 11100001 100 11111 0 1100 100100011 110101 1001011

Color Harmonies of #D79CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79CE1

Black with #D79CE1

Text Example


Text Example

White with #D79CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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