#D497B6

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

Shades of Shocking #D497B6

Tints of Shocking #D497B6

Color information

#D497B6 (or 0xD497B6) is unknown color: approx Shocking. HEX triplet: D4, 97 and B6. RGB value is (212,151,182). Sum of RGB (Red+Green+Blue) = 212+151+182=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D497B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497B6 is #2B6849. Grayscale: #ACACAC. Windows color (decimal): -2844746 or 11966420. OLE color: 11966420.

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

Color convert

RGB212151182-
CMYK00.290.140.17
HSL329.51º41.5%71.18%-
HSV(B)329.51º28.77%83.14%-
XYZ46.6639.5149.42-
YUV172.77133.21155.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=38.90%
G=27.71%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215118200.290.140.17329.5141.571.18
HexD497B601DE1114a2947
Octal324227266035162151251107
Binary1101010010010111101101100111011110100011010010101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497B6; }

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

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

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

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

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

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

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

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