Html Css Color HEX #D01399 Medium Violet Red

📋 copy color: '#D01399'

red 208 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #D01399

Tints of Medium Violet Red #D01399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 54.74%
G = 5%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D01399 (or 0xD01399) is known color: Medium Violet Red. HEX triplet: D0, 13 and 99. RGB value is (208,19,153). Sum of RGB (Red+Green+Blue) = 208+19+153=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D01399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01399 is #2FEC66. Grayscale: #5A5A5A. Windows color (decimal): -3140711 or 10032080. OLE color: 10032080.

HSL color Cylindrical-coordinate representation of color #D01399: hue angle of 317.46º 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 #D01399 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 19 153 -
CMYK 0 0.91 0.26 0.18
HSL 317.46º 0.83% 0.45% -
HSV(B) 317.46º 0.91% 0.82% -
XYZ 32 16.18 31.57 -
YUV 90.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 208 19 153 0 0.91 0.26 0.18 317.46 0.83 0.45
Hex D0 13 99 0 5B 1A 12 13D 53 2D
Octal 320 23 231 0 133 32 22 475 123 55
Binary 11010000 10011 10011001 0 1011011 11010 10010 100111101 1010011 101101

Color Harmonies of #D01399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01399

Black with #D01399

Text Example


Text Example

White with #D01399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01399; }

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

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

background-color css

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

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

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

border-color css

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

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

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