Html Css Color HEX #D796C4 Shocking

📋 copy color: '#D796C4'

red 215 ◦ green 150 ◦ blue 196

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

Shades of Shocking #D796C4

Tints of Shocking #D796C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.94%

R = 38.32%
G = 26.74%
B = 34.94%

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

#D796C4 (or 0xD796C4) is known color: Shocking. HEX triplet: D7, 96 and C4. RGB value is (215,150,196). Sum of RGB (Red+Green+Blue) = 215+150+196=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D796C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796C4 is #28693B. Grayscale: #AEAEAE. Windows color (decimal): -2648380 or 12883671. OLE color: 12883671.

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

Color convert

RGB 215 150 196 -
CMYK 0 0.30 0.09 0.16
HSL 317.54º 0.45% 0.72% -
HSV(B) 317.54º 0.3% 0.84% -
XYZ 48.89 40.25 57.42 -
YUV 174.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 215 150 196 0 0.30 0.09 0.16 317.54 0.45 0.72
Hex D7 96 C4 0 1E 9 10 13E 2D 48
Octal 327 226 304 0 36 11 20 476 55 110
Binary 11010111 10010110 11000100 0 11110 1001 10000 100111110 101101 1001000

Color Harmonies of #D796C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796C4

Black with #D796C4

Text Example


Text Example

White with #D796C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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