Html Css Color HEX #D60393 Medium Violet Red

📋 copy color: '#D60393'

red 214 ◦ green 3 ◦ blue 147

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

Shades of Medium Violet Red #D60393

Tints of Medium Violet Red #D60393

RGB

 RED value IS 214 (83.98% from 255) = 58.79%

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 58.79%
G = 0.82%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D60393 (or 0xD60393) is known color: Medium Violet Red. HEX triplet: D6, 03 and 93. RGB value is (214,3,147). Sum of RGB (Red+Green+Blue) = 214+3+147=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D60393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60393 is #29FC6C. Grayscale: #525252. Windows color (decimal): -2751597 or 9634774. OLE color: 9634774.

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

Color convert

RGB 214 3 147 -
CMYK 0 0.99 0.31 0.16
HSL 319.05º 0.97% 0.43% -
HSV(B) 319.05º 0.99% 0.84% -
XYZ 33.03 16.47 29.04 -
YUV 82.51 164.4 221.79 -
System Red Green Blue C M Y K H S L
Decimal 214 3 147 0 0.99 0.31 0.16 319.05 0.97 0.43
Hex D6 3 93 0 63 1F 10 13F 61 2B
Octal 326 3 223 0 143 37 20 477 141 53
Binary 11010110 11 10010011 0 1100011 11111 10000 100111111 1100001 101011

Color Harmonies of #D60393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60393

Black with #D60393

Text Example


Text Example

White with #D60393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60393; }

 p { color: rgb(214,3,147); }

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

background-color css

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

 a { background-color: rgb(214,3,147); }

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

border-color css

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

 span { border-color: rgb(214,3,147); }

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