#D582BB

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

Shades of Shocking #D582BB

Tints of Shocking #D582BB

Color information

#D582BB (or 0xD582BB) is unknown color: approx Shocking. HEX triplet: D5, 82 and BB. RGB value is (213,130,187). Sum of RGB (Red+Green+Blue) = 213+130+187=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D582BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582BB is #2A7D44. Grayscale: #A1A1A1. Windows color (decimal): -2784581 or 12288725. OLE color: 12288725.

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

Color convert

RGB213130187-
CMYK00.390.120.16
HSL318.8º49.7%67.25%-
HSV(B)318.8º38.97%83.53%-
XYZ44.3933.751.18-
YUV161.32142.5164.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=40.19%
G=24.53%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313018700.390.120.16318.849.767.25
HexD582BB027C1013f3243
Octal325202273047142047762103
Binary11010101100000101011101101001111100100001001111111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582BB; }

 p { color: rgb(213,130,187); }

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

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

 a { background-color: rgb(213,130,187); }

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

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

 span { border-color: rgb(213,130,187); }

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