#D485BB

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

Shades of Shocking #D485BB

Tints of Shocking #D485BB

Color information

#D485BB (or 0xD485BB) is unknown color: approx Shocking. HEX triplet: D4, 85 and BB. RGB value is (212,133,187). Sum of RGB (Red+Green+Blue) = 212+133+187=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D485BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485BB is #2B7A44. Grayscale: #A2A2A2. Windows color (decimal): -2849349 or 12289492. OLE color: 12289492.

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

Color convert

RGB212133187-
CMYK00.370.120.17
HSL318.99º47.88%67.65%-
HSV(B)318.99º37.26%83.14%-
XYZ44.5134.3651.3-
YUV162.78141.67163.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=39.85%
G=25%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213318700.370.120.17318.9947.8867.65
HexD485BB025C1113f3044
Octal324205273045142147760104
Binary11010100100001011011101101001011100100011001111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485BB; }

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

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

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

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

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

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

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

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