Html Css Color HEX #D01593 Medium Violet Red

📋 copy color: '#D01593'

red 208 ◦ green 21 ◦ blue 147

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

Shades of Medium Violet Red #D01593

Tints of Medium Violet Red #D01593

RGB

 RED value IS 208 (81.64% from 255) = 55.32%

 GREEN value IS 21 (8.59% from 255) = 5.59%

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

R = 55.32%
G = 5.59%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D01593 (or 0xD01593) is known color: Medium Violet Red. HEX triplet: D0, 15 and 93. RGB value is (208,21,147). Sum of RGB (Red+Green+Blue) = 208+21+147=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D01593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01593 is #2FEA6C. Grayscale: #5A5A5A. Windows color (decimal): -3140205 or 9639376. OLE color: 9639376.

HSL color Cylindrical-coordinate representation of color #D01593: hue angle of 319.57º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01593 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 147 -
CMYK 0 0.90 0.29 0.18
HSL 319.57º 0.82% 0.45% -
HSV(B) 319.57º 0.9% 0.82% -
XYZ 31.55 16.05 29.04 -
YUV 91.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 208 21 147 0 0.90 0.29 0.18 319.57 0.82 0.45
Hex D0 15 93 0 5A 1D 12 140 52 2D
Octal 320 25 223 0 132 35 22 500 122 55
Binary 11010000 10101 10010011 0 1011010 11101 10010 101000000 1010010 101101

Color Harmonies of #D01593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01593

Black with #D01593

Text Example


Text Example

White with #D01593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01593; }

 p { color: rgb(208,21,147); }

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

background-color css

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

 a { background-color: rgb(208,21,147); }

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

border-color css

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

 span { border-color: rgb(208,21,147); }

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