#D583BD

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

Shades of Shocking #D583BD

Tints of Shocking #D583BD

Color information

#D583BD (or 0xD583BD) is unknown color: approx Shocking. HEX triplet: D5, 83 and BD. RGB value is (213,131,189). Sum of RGB (Red+Green+Blue) = 213+131+189=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D583BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583BD is #2A7C42. Grayscale: #A1A1A1. Windows color (decimal): -2784323 or 12420053. OLE color: 12420053.

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

Color convert

RGB213131189-
CMYK00.380.110.16
HSL317.56º49.4%67.45%-
HSV(B)317.56º38.5%83.53%-
XYZ44.7434.0552.36-
YUV162.13143.17164.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 131 (51.56% from 255) = 24.58%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=39.96%
G=24.58%
B=35.46%

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
Decimal21313118900.380.110.16317.5649.467.45
HexD583BD026B1013e3143
Octal325203275046132047661103
Binary11010101100000111011110101001101011100001001111101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D583BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D583BD; }

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

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

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

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

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

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

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

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