#D488BA

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

Shades of Shocking #D488BA

Tints of Shocking #D488BA

Color information

#D488BA (or 0xD488BA) is unknown color: approx Shocking. HEX triplet: D4, 88 and BA. RGB value is (212,136,186). Sum of RGB (Red+Green+Blue) = 212+136+186=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D488BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488BA is #2B7745. Grayscale: #A4A4A4. Windows color (decimal): -2848582 or 12224724. OLE color: 12224724.

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

Color convert

RGB212136186-
CMYK00.360.120.17
HSL320.53º46.91%68.24%-
HSV(B)320.53º35.85%83.14%-
XYZ44.8235.1550.88-
YUV164.42140.18161.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 136 (53.52% from 255) = 25.47%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=39.70%
G=25.47%
B=34.83%

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
Decimal21213618600.360.120.17320.5346.9168.24
HexD488BA024C111412f44
Octal324210272044142150157104
Binary11010100100010001011101001001001100100011010000011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488BA; }

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

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

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

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

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

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

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

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