Html Css Color HEX #D79EDF Plum

📋 copy color: '#D79EDF'

red 215 ◦ green 158 ◦ blue 223

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

Shades of Plum #D79EDF

Tints of Plum #D79EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.51%

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

R = 36.07%
G = 26.51%
B = 37.42%

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

#D79EDF (or 0xD79EDF) is known color: Plum. HEX triplet: D7, 9E and DF. RGB value is (215,158,223). Sum of RGB (Red+Green+Blue) = 215+158+223=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #D79EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EDF is #286120. Grayscale: #B6B6B6. Windows color (decimal): -2646305 or 14655191. OLE color: 14655191.

HSL color Cylindrical-coordinate representation of color #D79EDF: hue angle of 292.62º 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 #D79EDF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 158 223 -
CMYK 0.04 0.29 0 0.13
HSL 292.62º 0.5% 0.75% -
HSV(B) 292.62º 0.29% 0.87% -
XYZ 53.57 44.23 75.53 -
YUV 182.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 215 158 223 0.04 0.29 0 0.13 292.62 0.5 0.75
Hex D7 9E DF 4 1D 0 D 125 32 4B
Octal 327 236 337 4 35 0 15 445 62 113
Binary 11010111 10011110 11011111 100 11101 0 1101 100100101 110010 1001011

Color Harmonies of #D79EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79EDF

Black with #D79EDF

Text Example


Text Example

White with #D79EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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