#D598BE

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

Shades of Shocking #D598BE

Tints of Shocking #D598BE

Color information

#D598BE (or 0xD598BE) is unknown color: approx Shocking. HEX triplet: D5, 98 and BE. RGB value is (213,152,190). Sum of RGB (Red+Green+Blue) = 213+152+190=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D598BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598BE is #2A6741. Grayscale: #AEAEAE. Windows color (decimal): -2778946 or 12490965. OLE color: 12490965.

HSL color Cylindrical-coordinate representation of color #D598BE: hue angle of 322.62º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598BE is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213152190-
CMYK00.290.110.16
HSL322.62º42.07%71.57%-
HSV(B)322.62º28.64%83.53%-
XYZ47.9640.3253.97-
YUV174.57136.71155.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=38.38%
G=27.39%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315219000.290.110.16322.6242.0771.57
HexD598BE01DB101432a48
Octal325230276035132050352110
Binary1101010110011000101111100111011011100001010000111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598BE; }

 p { color: rgb(213,152,190); }

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

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

 a { background-color: rgb(213,152,190); }

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

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

 span { border-color: rgb(213,152,190); }

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