#D489B6

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

Shades of Shocking #D489B6

Tints of Shocking #D489B6

Color information

#D489B6 (or 0xD489B6) is unknown color: approx Shocking. HEX triplet: D4, 89 and B6. RGB value is (212,137,182). Sum of RGB (Red+Green+Blue) = 212+137+182=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D489B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489B6 is #2B7649. Grayscale: #A4A4A4. Windows color (decimal): -2848330 or 11962836. OLE color: 11962836.

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

Color convert

RGB212137182-
CMYK00.350.140.17
HSL324º46.58%68.43%-
HSV(B)324º35.38%83.14%-
XYZ44.5435.2748.72-
YUV164.55137.85161.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=39.92%
G=25.80%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213718200.350.140.1732446.5868.43
HexD489B6023E111442f44
Octal324211266043162150457104
Binary11010100100010011011011001000111110100011010001001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489B6; }

 p { color: rgb(212,137,182); }

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

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

 a { background-color: rgb(212,137,182); }

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

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

 span { border-color: rgb(212,137,182); }

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