#D583BA

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

Shades of Shocking #D583BA

Tints of Shocking #D583BA

Color information

#D583BA (or 0xD583BA) is unknown color: approx Shocking. HEX triplet: D5, 83 and BA. RGB value is (213,131,186). Sum of RGB (Red+Green+Blue) = 213+131+186=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D583BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583BA is #2A7C45. Grayscale: #A1A1A1. Windows color (decimal): -2784326 or 12223445. OLE color: 12223445.

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

Color convert

RGB213131186-
CMYK00.380.130.16
HSL319.76º49.4%67.45%-
HSV(B)319.76º38.5%83.53%-
XYZ44.4233.9250.66-
YUV161.79141.67164.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 131 (51.56% from 255) = 24.72%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=40.19%
G=24.72%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313118600.380.130.16319.7649.467.45
HexD583BA026D101403143
Octal325203272046152050061103
Binary11010101100000111011101001001101101100001010000001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D583BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D583BA; }

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

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

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

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

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

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

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

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