Html Css Color HEX #D596B7 Shocking

📋 copy color: '#D596B7'

red 213 ◦ green 150 ◦ blue 183

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

Shades of Shocking #D596B7

Tints of Shocking #D596B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.52%

R = 39.01%
G = 27.47%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D596B7 (or 0xD596B7) is known color: Shocking. HEX triplet: D5, 96 and B7. RGB value is (213,150,183). Sum of RGB (Red+Green+Blue) = 213+150+183=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D596B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596B7 is #2A6948. Grayscale: #ACACAC. Windows color (decimal): -2779465 or 12031701. OLE color: 12031701.

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

Color convert

RGB 213 150 183 -
CMYK 0 0.30 0.14 0.16
HSL 328.57º 0.43% 0.71% -
HSV(B) 328.57º 0.3% 0.84% -
XYZ 46.89 39.38 49.93 -
YUV 172.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 213 150 183 0 0.30 0.14 0.16 328.57 0.43 0.71
Hex D5 96 B7 0 1E E 10 149 2B 47
Octal 325 226 267 0 36 16 20 511 53 107
Binary 11010101 10010110 10110111 0 11110 1110 10000 101001001 101011 1000111

Color Harmonies of #D596B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596B7

Black with #D596B7

Text Example


Text Example

White with #D596B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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