Html Css Color HEX #D596BC Shocking

📋 copy color: '#D596BC'

red 213 ◦ green 150 ◦ blue 188

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

Shades of Shocking #D596BC

Tints of Shocking #D596BC

RGB

 RED value IS 213 (83.59% from 255) = 38.66%

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

 BLUE value IS 188 (73.83% from 255) = 34.12%

R = 38.66%
G = 27.22%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D596BC (or 0xD596BC) is known color: Shocking. HEX triplet: D5, 96 and BC. RGB value is (213,150,188). Sum of RGB (Red+Green+Blue) = 213+150+188=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D596BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596BC is #2A6943. Grayscale: #ADADAD. Windows color (decimal): -2779460 or 12359381. OLE color: 12359381.

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

Color convert

RGB 213 150 188 -
CMYK 0 0.30 0.12 0.16
HSL 323.81º 0.43% 0.71% -
HSV(B) 323.81º 0.3% 0.84% -
XYZ 47.42 39.59 52.72 -
YUV 173.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 213 150 188 0 0.30 0.12 0.16 323.81 0.43 0.71
Hex D5 96 BC 0 1E C 10 144 2B 47
Octal 325 226 274 0 36 14 20 504 53 107
Binary 11010101 10010110 10111100 0 11110 1100 10000 101000100 101011 1000111

Color Harmonies of #D596BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596BC

Black with #D596BC

Text Example


Text Example

White with #D596BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596BC; }

 p { color: rgb(213,150,188); }

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

background-color css

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

 a { background-color: rgb(213,150,188); }

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

border-color css

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

 span { border-color: rgb(213,150,188); }

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