#D485B5

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

Shades of Shocking #D485B5

Tints of Shocking #D485B5

Color information

#D485B5 (or 0xD485B5) is unknown color: approx Shocking. HEX triplet: D4, 85 and B5. RGB value is (212,133,181). Sum of RGB (Red+Green+Blue) = 212+133+181=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D485B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485B5 is #2B7A4A. Grayscale: #A1A1A1. Windows color (decimal): -2849355 or 11896276. OLE color: 11896276.

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

Color convert

RGB212133181-
CMYK00.370.150.17
HSL323.54º47.88%67.65%-
HSV(B)323.54º37.26%83.14%-
XYZ43.8834.1147.99-
YUV162.09138.67163.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=40.30%
G=25.29%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213318100.370.150.17323.5447.8867.65
HexD485B5025F111443044
Octal324205265045172150460104
Binary11010100100001011011010101001011111100011010001001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485B5; }

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

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

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

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

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

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

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

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