#D585B7

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

Shades of Shocking #D585B7

Tints of Shocking #D585B7

Color information

#D585B7 (or 0xD585B7) is unknown color: approx Shocking. HEX triplet: D5, 85 and B7. RGB value is (213,133,183). Sum of RGB (Red+Green+Blue) = 213+133+183=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D585B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585B7 is #2A7A48. Grayscale: #A2A2A2. Windows color (decimal): -2783817 or 12027349. OLE color: 12027349.

HSL color Cylindrical-coordinate representation of color #D585B7: hue angle of 322.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D585B7 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB213133183-
CMYK00.380.140.16
HSL322.5º48.78%67.84%-
HSV(B)322.5º37.56%83.53%-
XYZ44.3834.3449.09-
YUV162.62139.5163.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=40.26%
G=25.14%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313318300.380.140.16322.548.7867.84
HexD585B7026E101423144
Octal325205267046162050261104
Binary11010101100001011011011101001101110100001010000101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585B7; }

 p { color: rgb(213,133,183); }

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

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

 a { background-color: rgb(213,133,183); }

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

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

 span { border-color: rgb(213,133,183); }

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