Html Css Color HEX #D797CE Plum

📋 copy color: '#D797CE'

red 215 ◦ green 151 ◦ blue 206

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

Shades of Plum #D797CE

Tints of Plum #D797CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.4%

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 37.59%
G = 26.4%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D797CE (or 0xD797CE) is known color: Plum. HEX triplet: D7, 97 and CE. RGB value is (215,151,206). Sum of RGB (Red+Green+Blue) = 215+151+206=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D797CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797CE is #286831. Grayscale: #B0B0B0. Windows color (decimal): -2648114 or 13539287. OLE color: 13539287.

HSL color Cylindrical-coordinate representation of color #D797CE: hue angle of 308.44º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D797CE is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 151 206 -
CMYK 0 0.30 0.04 0.16
HSL 308.44º 0.44% 0.72% -
HSV(B) 308.44º 0.3% 0.84% -
XYZ 50.23 41.04 63.67 -
YUV 176.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 215 151 206 0 0.30 0.04 0.16 308.44 0.44 0.72
Hex D7 97 CE 0 1E 4 10 134 2C 48
Octal 327 227 316 0 36 4 20 464 54 110
Binary 11010111 10010111 11001110 0 11110 100 10000 100110100 101100 1001000

Color Harmonies of #D797CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D797CE

Black with #D797CE

Text Example


Text Example

White with #D797CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D797CE; }

 p { color: rgb(215,151,206); }

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

background-color css

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

 a { background-color: rgb(215,151,206); }

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

border-color css

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

 span { border-color: rgb(215,151,206); }

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