Html Css Color HEX #D79DDE Plum

📋 copy color: '#D79DDE'

red 215 ◦ green 157 ◦ blue 222

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

Shades of Plum #D79DDE

Tints of Plum #D79DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.43%

 BLUE value IS 222 (87.11% from 255) = 37.37%

R = 36.2%
G = 26.43%
B = 37.37%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D79DDE (or 0xD79DDE) is known color: Plum. HEX triplet: D7, 9D and DE. RGB value is (215,157,222). Sum of RGB (Red+Green+Blue) = 215+157+222=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #D79DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DDE is #286221. Grayscale: #B5B5B5. Windows color (decimal): -2646562 or 14589399. OLE color: 14589399.

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

Color convert

RGB 215 157 222 -
CMYK 0.03 0.29 0 0.13
HSL 293.54º 0.5% 0.74% -
HSV(B) 293.54º 0.29% 0.87% -
XYZ 53.27 43.83 74.76 -
YUV 181.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 215 157 222 0.03 0.29 0 0.13 293.54 0.5 0.74
Hex D7 9D DE 3 1D 0 D 126 32 4A
Octal 327 235 336 3 35 0 15 446 62 112
Binary 11010111 10011101 11011110 11 11101 0 1101 100100110 110010 1001010

Color Harmonies of #D79DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79DDE

Black with #D79DDE

Text Example


Text Example

White with #D79DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79DDE; }

 p { color: rgb(215,157,222); }

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

background-color css

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

 a { background-color: rgb(215,157,222); }

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

border-color css

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

 span { border-color: rgb(215,157,222); }

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