#D598BC

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

Shades of Shocking #D598BC

Tints of Shocking #D598BC

Color information

#D598BC (or 0xD598BC) is unknown color: approx Shocking. HEX triplet: D5, 98 and BC. RGB value is (213,152,188). Sum of RGB (Red+Green+Blue) = 213+152+188=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D598BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598BC is #2A6743. Grayscale: #AEAEAE. Windows color (decimal): -2778948 or 12359893. OLE color: 12359893.

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

Color convert

RGB213152188-
CMYK00.290.120.16
HSL324.59º42.07%71.57%-
HSV(B)324.59º28.64%83.53%-
XYZ47.7540.2352.83-
YUV174.34135.71155.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=38.52%
G=27.49%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315218800.290.120.16324.5942.0771.57
HexD598BC01DC101452a48
Octal325230274035142050552110
Binary1101010110011000101111000111011100100001010001011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598BC; }

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

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

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

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

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

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

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

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