#D58AC1

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

Shades of Shocking #D58AC1

Tints of Shocking #D58AC1

Color information

#D58AC1 (or 0xD58AC1) is unknown color: approx Shocking. HEX triplet: D5, 8A and C1. RGB value is (213,138,193). Sum of RGB (Red+Green+Blue) = 213+138+193=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AC1 is #2A753E. Grayscale: #A6A6A6. Windows color (decimal): -2782527 or 12683989. OLE color: 12683989.

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

Color convert

RGB213138193-
CMYK00.350.090.16
HSL316º47.17%68.82%-
HSV(B)316º35.21%83.53%-
XYZ46.1536.1755-
YUV166.7142.85161.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=39.15%
G=25.37%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313819300.350.090.1631647.1768.82
HexD58AC102391013c2f45
Octal325212301043112047457105
Binary11010101100010101100000101000111001100001001111001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AC1; }

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

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

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

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

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

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

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

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