#D58AB7

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

Shades of Shocking #D58AB7

Tints of Shocking #D58AB7

Color information

#D58AB7 (or 0xD58AB7) is unknown color: approx Shocking. HEX triplet: D5, 8A and B7. RGB value is (213,138,183). Sum of RGB (Red+Green+Blue) = 213+138+183=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AB7 is #2A7548. Grayscale: #A5A5A5. Windows color (decimal): -2782537 or 12028629. OLE color: 12028629.

HSL color Cylindrical-coordinate representation of color #D58AB7: hue angle of 324º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58AB7 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB213138183-
CMYK00.350.140.16
HSL324º47.17%68.82%-
HSV(B)324º35.21%83.53%-
XYZ45.0835.7449.32-
YUV165.55137.85161.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 183 (71.88% from 255) = 34.27%
R=39.89%
G=25.84%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313818300.350.140.1632447.1768.82
HexD58AB7023E101442f45
Octal325212267043162050457105
Binary11010101100010101011011101000111110100001010001001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AB7; }

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

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

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

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

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

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

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

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