#D585BD

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

Shades of Shocking #D585BD

Tints of Shocking #D585BD

Color information

#D585BD (or 0xD585BD) is unknown color: approx Shocking. HEX triplet: D5, 85 and BD. RGB value is (213,133,189). Sum of RGB (Red+Green+Blue) = 213+133+189=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D585BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585BD is #2A7A42. Grayscale: #A3A3A3. Windows color (decimal): -2783811 or 12420565. OLE color: 12420565.

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

Color convert

RGB213133189-
CMYK00.380.110.16
HSL318º48.78%67.84%-
HSV(B)318º37.56%83.53%-
XYZ45.0134.652.45-
YUV163.3142.5163.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=39.81%
G=24.86%
B=35.33%

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
Decimal21313318900.380.110.1631848.7867.84
HexD585BD026B1013e3144
Octal325205275046132047661104
Binary11010101100001011011110101001101011100001001111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585BD; }

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

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

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

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

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

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

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

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