Html Css Color HEX #D79AD0 Plum

📋 copy color: '#D79AD0'

red 215 ◦ green 154 ◦ blue 208

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

Shades of Plum #D79AD0

Tints of Plum #D79AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.69%

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 37.26%
G = 26.69%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D79AD0 (or 0xD79AD0) is known color: Plum. HEX triplet: D7, 9A and D0. RGB value is (215,154,208). Sum of RGB (Red+Green+Blue) = 215+154+208=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AD0 is #28652F. Grayscale: #B2B2B2. Windows color (decimal): -2647344 or 13671127. OLE color: 13671127.

HSL color Cylindrical-coordinate representation of color #D79AD0: hue angle of 306.89º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79AD0 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 154 208 -
CMYK 0 0.28 0.03 0.16
HSL 306.89º 0.43% 0.72% -
HSV(B) 306.89º 0.28% 0.84% -
XYZ 50.97 42.11 65.12 -
YUV 178.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 215 154 208 0 0.28 0.03 0.16 306.89 0.43 0.72
Hex D7 9A D0 0 1C 3 10 133 2B 48
Octal 327 232 320 0 34 3 20 463 53 110
Binary 11010111 10011010 11010000 0 11100 11 10000 100110011 101011 1001000

Color Harmonies of #D79AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79AD0

Black with #D79AD0

Text Example


Text Example

White with #D79AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79AD0; }

 p { color: rgb(215,154,208); }

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

background-color css

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

 a { background-color: rgb(215,154,208); }

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

border-color css

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

 span { border-color: rgb(215,154,208); }

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