Html Css Color HEX #D01393 Medium Violet Red

📋 copy color: '#D01393'

red 208 ◦ green 19 ◦ blue 147

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

Shades of Medium Violet Red #D01393

Tints of Medium Violet Red #D01393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.08%

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

R = 55.61%
G = 5.08%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D01393 (or 0xD01393) is known color: Medium Violet Red. HEX triplet: D0, 13 and 93. RGB value is (208,19,147). Sum of RGB (Red+Green+Blue) = 208+19+147=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D01393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01393 is #2FEC6C. Grayscale: #595959. Windows color (decimal): -3140717 or 9638864. OLE color: 9638864.

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

Color convert

RGB 208 19 147 -
CMYK 0 0.91 0.29 0.18
HSL 319.37º 0.83% 0.45% -
HSV(B) 319.37º 0.91% 0.82% -
XYZ 31.51 15.98 29.03 -
YUV 90.1 160.12 212.09 -
System Red Green Blue C M Y K H S L
Decimal 208 19 147 0 0.91 0.29 0.18 319.37 0.83 0.45
Hex D0 13 93 0 5B 1D 12 13F 53 2D
Octal 320 23 223 0 133 35 22 477 123 55
Binary 11010000 10011 10010011 0 1011011 11101 10010 100111111 1010011 101101

Color Harmonies of #D01393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01393

Black with #D01393

Text Example


Text Example

White with #D01393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01393; }

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

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

background-color css

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

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

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

border-color css

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

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

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