Html Css Color HEX #D01273 Medium Violet Red

📋 copy color: '#D01273'

red 208 ◦ green 18 ◦ blue 115

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

Shades of Medium Violet Red #D01273

Tints of Medium Violet Red #D01273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 61%
G = 5.28%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D01273 (or 0xD01273) is known color: Medium Violet Red. HEX triplet: D0, 12 and 73. RGB value is (208,18,115). Sum of RGB (Red+Green+Blue) = 208+18+115=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D01273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01273 is #2FED8C. Grayscale: #555555. Windows color (decimal): -3141005 or 7541456. OLE color: 7541456.

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

Color convert

RGB 208 18 115 -
CMYK 0 0.91 0.45 0.18
HSL 329.37º 0.84% 0.44% -
HSV(B) 329.37º 0.91% 0.82% -
XYZ 29.32 15.08 17.58 -
YUV 85.87 144.45 215.11 -
System Red Green Blue C M Y K H S L
Decimal 208 18 115 0 0.91 0.45 0.18 329.37 0.84 0.44
Hex D0 12 73 0 5B 2D 12 149 54 2C
Octal 320 22 163 0 133 55 22 511 124 54
Binary 11010000 10010 1110011 0 1011011 101101 10010 101001001 1010100 101100

Color Harmonies of #D01273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01273

Black with #D01273

Text Example


Text Example

White with #D01273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01273; }

 p { color: rgb(208,18,115); }

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

background-color css

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

 a { background-color: rgb(208,18,115); }

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

border-color css

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

 span { border-color: rgb(208,18,115); }

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