Html Css Color HEX #D593B9 Shocking

📋 copy color: '#D593B9'

red 213 ◦ green 147 ◦ blue 185

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

Shades of Shocking #D593B9

Tints of Shocking #D593B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.94%

R = 39.08%
G = 26.97%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D593B9 (or 0xD593B9) is known color: Shocking. HEX triplet: D5, 93 and B9. RGB value is (213,147,185). Sum of RGB (Red+Green+Blue) = 213+147+185=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D593B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593B9 is #2A6C46. Grayscale: #AAAAAA. Windows color (decimal): -2780231 or 12162005. OLE color: 12162005.

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

Color convert

RGB 213 147 185 -
CMYK 0 0.31 0.13 0.16
HSL 325.45º 0.44% 0.71% -
HSV(B) 325.45º 0.31% 0.84% -
XYZ 46.63 38.52 50.88 -
YUV 171.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 213 147 185 0 0.31 0.13 0.16 325.45 0.44 0.71
Hex D5 93 B9 0 1F D 10 145 2C 47
Octal 325 223 271 0 37 15 20 505 54 107
Binary 11010101 10010011 10111001 0 11111 1101 10000 101000101 101100 1000111

Color Harmonies of #D593B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593B9

Black with #D593B9

Text Example


Text Example

White with #D593B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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