#d582b7

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

Shades of Shocking #D582B7

Tints of Shocking #D582B7

Color information

#D582B7 (or 0xD582B7) is unknown color: approx Shocking. HEX triplet: D5, 82 and B7. RGB value is (213,130,183). Sum of RGB (Red+Green+Blue) = 213+130+183=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D582B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582B7 is #2A7D48. Grayscale: #A0A0A0. Windows color (decimal): -2784585 or 12026581. OLE color: 12026581.

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

Color convert

RGB213130183-
CMYK00.390.140.16
HSL321.69º49.7%67.25%-
HSV(B)321.69º38.97%83.53%-
XYZ43.9733.5348.95-
YUV160.86140.5165.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=40.49%
G=24.71%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313018300.390.140.16321.6949.767.25
HexD582B7027E101423243
Octal325202267047162050262103
Binary11010101100000101011011101001111110100001010000101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d582b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d582b7; }

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

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

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

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

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

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

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

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