Html Css Color HEX #D79CDD Plum

📋 copy color: '#D79CDD'

red 215 ◦ green 156 ◦ blue 221

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

Shades of Plum #D79CDD

Tints of Plum #D79CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.33%

R = 36.32%
G = 26.35%
B = 37.33%

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

#D79CDD (or 0xD79CDD) is known color: Plum. HEX triplet: D7, 9C and DD. RGB value is (215,156,221). Sum of RGB (Red+Green+Blue) = 215+156+221=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #D79CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CDD is #286322. Grayscale: #B4B4B4. Windows color (decimal): -2646819 or 14523607. OLE color: 14523607.

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

Color convert

RGB 215 156 221 -
CMYK 0.03 0.29 0 0.13
HSL 294.46º 0.49% 0.74% -
HSV(B) 294.46º 0.29% 0.87% -
XYZ 52.96 43.44 74 -
YUV 181.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 215 156 221 0.03 0.29 0 0.13 294.46 0.49 0.74
Hex D7 9C DD 3 1D 0 D 126 31 4A
Octal 327 234 335 3 35 0 15 446 61 112
Binary 11010111 10011100 11011101 11 11101 0 1101 100100110 110001 1001010

Color Harmonies of #D79CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79CDD

Black with #D79CDD

Text Example


Text Example

White with #D79CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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