Html Css Color HEX #D796CE Plum

📋 copy color: '#D796CE'

red 215 ◦ green 150 ◦ blue 206

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

Shades of Plum #D796CE

Tints of Plum #D796CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.27%

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

R = 37.65%
G = 26.27%
B = 36.08%

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

#D796CE (or 0xD796CE) is known color: Plum. HEX triplet: D7, 96 and CE. RGB value is (215,150,206). Sum of RGB (Red+Green+Blue) = 215+150+206=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D796CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796CE is #286931. Grayscale: #AFAFAF. Windows color (decimal): -2648370 or 13539031. OLE color: 13539031.

HSL color Cylindrical-coordinate representation of color #D796CE: hue angle of 308.31º degrees, saturation: 0.45, 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 #D796CE is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 150 206 -
CMYK 0 0.30 0.04 0.16
HSL 308.31º 0.45% 0.72% -
HSV(B) 308.31º 0.3% 0.84% -
XYZ 50.07 40.72 63.61 -
YUV 175.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 215 150 206 0 0.30 0.04 0.16 308.31 0.45 0.72
Hex D7 96 CE 0 1E 4 10 134 2D 48
Octal 327 226 316 0 36 4 20 464 55 110
Binary 11010111 10010110 11001110 0 11110 100 10000 100110100 101101 1001000

Color Harmonies of #D796CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796CE

Black with #D796CE

Text Example


Text Example

White with #D796CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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