Html Css Color HEX #D593B7 Shocking

📋 copy color: '#D593B7'

red 213 ◦ green 147 ◦ blue 183

#D593B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #D593B7

Tints of Shocking #D593B7

RGB

 RED value IS 213 (83.59% from 255) = 39.23%

 GREEN value IS 147 (57.81% from 255) = 27.07%

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 39.23%
G = 27.07%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D593B7 (or 0xD593B7) is known color: Shocking. HEX triplet: D5, 93 and B7. RGB value is (213,147,183). Sum of RGB (Red+Green+Blue) = 213+147+183=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D593B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593B7 is #2A6C48. Grayscale: #AAAAAA. Windows color (decimal): -2780233 or 12030933. OLE color: 12030933.

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

Color convert

RGB 213 147 183 -
CMYK 0 0.31 0.14 0.16
HSL 327.27º 0.44% 0.71% -
HSV(B) 327.27º 0.31% 0.84% -
XYZ 46.42 38.43 49.77 -
YUV 170.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 213 147 183 0 0.31 0.14 0.16 327.27 0.44 0.71
Hex D5 93 B7 0 1F E 10 147 2C 47
Octal 325 223 267 0 37 16 20 507 54 107
Binary 11010101 10010011 10110111 0 11111 1110 10000 101000111 101100 1000111

Color Harmonies of #D593B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593B7

Black with #D593B7

Text Example


Text Example

White with #D593B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593B7; }

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

 H1.HeaderClassName
 {
   color: #D593B7;
 }
 .AnyTagClassName
 {
   color: #D593B7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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