#D488BB

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

Shades of Shocking #D488BB

Tints of Shocking #D488BB

Color information

#D488BB (or 0xD488BB) is unknown color: approx Shocking. HEX triplet: D4, 88 and BB. RGB value is (212,136,187). Sum of RGB (Red+Green+Blue) = 212+136+187=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D488BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488BB is #2B7744. Grayscale: #A4A4A4. Windows color (decimal): -2848581 or 12290260. OLE color: 12290260.

HSL color Cylindrical-coordinate representation of color #D488BB: hue angle of 319.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D488BB is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212136187-
CMYK00.360.120.17
HSL319.74º46.91%68.24%-
HSV(B)319.74º35.85%83.14%-
XYZ44.9335.1951.44-
YUV164.54140.68161.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=39.63%
G=25.42%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213618700.360.120.17319.7446.9168.24
HexD488BB024C111402f44
Octal324210273044142150057104
Binary11010100100010001011101101001001100100011010000001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488BB; }

 p { color: rgb(212,136,187); }

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

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

 a { background-color: rgb(212,136,187); }

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

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

 span { border-color: rgb(212,136,187); }

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