Html Css Color HEX #D796C3 Shocking

📋 copy color: '#D796C3'

red 215 ◦ green 150 ◦ blue 195

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

Shades of Shocking #D796C3

Tints of Shocking #D796C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.82%

R = 38.39%
G = 26.79%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D796C3 (or 0xD796C3) is known color: Shocking. HEX triplet: D7, 96 and C3. RGB value is (215,150,195). Sum of RGB (Red+Green+Blue) = 215+150+195=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D796C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796C3 is #28693C. Grayscale: #AEAEAE. Windows color (decimal): -2648381 or 12818135. OLE color: 12818135.

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

Color convert

RGB 215 150 195 -
CMYK 0 0.30 0.09 0.16
HSL 318.46º 0.45% 0.72% -
HSV(B) 318.46º 0.3% 0.84% -
XYZ 48.78 40.2 56.82 -
YUV 174.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 215 150 195 0 0.30 0.09 0.16 318.46 0.45 0.72
Hex D7 96 C3 0 1E 9 10 13E 2D 48
Octal 327 226 303 0 36 11 20 476 55 110
Binary 11010111 10010110 11000011 0 11110 1001 10000 100111110 101101 1001000

Color Harmonies of #D796C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796C3

Black with #D796C3

Text Example


Text Example

White with #D796C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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