#D595BF

Color #D595BF Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D595BF

Tints of Shocking #D595BF

Color information

#D595BF (or 0xD595BF) is unknown color: approx Shocking. HEX triplet: D5, 95 and BF. RGB value is (213,149,191). Sum of RGB (Red+Green+Blue) = 213+149+191=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D595BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595BF is #2A6A40. Grayscale: #ACACAC. Windows color (decimal): -2779713 or 12555733. OLE color: 12555733.

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

Color convert

RGB213149191-
CMYK00.300.100.16
HSL320.62º43.24%70.98%-
HSV(B)320.62º30.05%83.53%-
XYZ47.5939.454.39-
YUV172.92138.2156.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 191 (75% from 255) = 34.54%
R=38.52%
G=26.94%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314919100.300.100.16320.6243.2470.98
HexD595BF01EA101412b47
Octal325225277036122050153107
Binary1101010110010101101111110111101010100001010000011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595BF; }

 p { color: rgb(213,149,191); }

 H1.HeaderClassName
 {
   color: #D595BF;
 }
 .AnyTagClassName
 {
   color: #D595BF;
 }
</style>
background-color css

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

 a { background-color: rgb(213,149,191); }

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

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

 span { border-color: rgb(213,149,191); }

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