Html Css Color HEX #D593B5 Shocking

📋 copy color: '#D593B5'

red 213 ◦ green 147 ◦ blue 181

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

Shades of Shocking #D593B5

Tints of Shocking #D593B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.46%

R = 39.37%
G = 27.17%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D593B5 (or 0xD593B5) is known color: Shocking. HEX triplet: D5, 93 and B5. RGB value is (213,147,181). Sum of RGB (Red+Green+Blue) = 213+147+181=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D593B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593B5 is #2A6C4A. Grayscale: #AAAAAA. Windows color (decimal): -2780235 or 11899861. OLE color: 11899861.

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

Color convert

RGB 213 147 181 -
CMYK 0 0.31 0.15 0.16
HSL 329.09º 0.44% 0.71% -
HSV(B) 329.09º 0.31% 0.84% -
XYZ 46.21 38.35 48.68 -
YUV 170.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 213 147 181 0 0.31 0.15 0.16 329.09 0.44 0.71
Hex D5 93 B5 0 1F F 10 149 2C 47
Octal 325 223 265 0 37 17 20 511 54 107
Binary 11010101 10010011 10110101 0 11111 1111 10000 101001001 101100 1000111

Color Harmonies of #D593B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593B5

Black with #D593B5

Text Example


Text Example

White with #D593B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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