Html Css Color HEX #D593C1 Shocking

📋 copy color: '#D593C1'

red 213 ◦ green 147 ◦ blue 193

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

Shades of Shocking #D593C1

Tints of Shocking #D593C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.9%

R = 38.52%
G = 26.58%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D593C1 (or 0xD593C1) is known color: Shocking. HEX triplet: D5, 93 and C1. RGB value is (213,147,193). Sum of RGB (Red+Green+Blue) = 213+147+193=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D593C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593C1 is #2A6C3E. Grayscale: #ABABAB. Windows color (decimal): -2780223 or 12686293. OLE color: 12686293.

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

Color convert

RGB 213 147 193 -
CMYK 0 0.31 0.09 0.16
HSL 318.18º 0.44% 0.71% -
HSV(B) 318.18º 0.31% 0.84% -
XYZ 47.5 38.86 55.45 -
YUV 171.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 213 147 193 0 0.31 0.09 0.16 318.18 0.44 0.71
Hex D5 93 C1 0 1F 9 10 13E 2C 47
Octal 325 223 301 0 37 11 20 476 54 107
Binary 11010101 10010011 11000001 0 11111 1001 10000 100111110 101100 1000111

Color Harmonies of #D593C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593C1

Black with #D593C1

Text Example


Text Example

White with #D593C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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