#D585BE

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

Shades of Shocking #D585BE

Tints of Shocking #D585BE

Color information

#D585BE (or 0xD585BE) is unknown color: approx Shocking. HEX triplet: D5, 85 and BE. RGB value is (213,133,190). Sum of RGB (Red+Green+Blue) = 213+133+190=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D585BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585BE is #2A7A41. Grayscale: #A3A3A3. Windows color (decimal): -2783810 or 12486101. OLE color: 12486101.

HSL color Cylindrical-coordinate representation of color #D585BE: hue angle of 317.25º 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 #D585BE is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213133190-
CMYK00.380.110.16
HSL317.25º48.78%67.84%-
HSV(B)317.25º37.56%83.53%-
XYZ45.1234.6453.02-
YUV163.42143163.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=39.74%
G=24.81%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313319000.380.110.16317.2548.7867.84
HexD585BE026B1013d3144
Octal325205276046132047561104
Binary11010101100001011011111001001101011100001001111011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585BE; }

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

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

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

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

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

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

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

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