Html Css Color HEX #D01272 Medium Violet Red

📋 copy color: '#D01272'

red 208 ◦ green 18 ◦ blue 114

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

Shades of Medium Violet Red #D01272

Tints of Medium Violet Red #D01272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 61.18%
G = 5.29%
B = 33.53%

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

#D01272 (or 0xD01272) is known color: Medium Violet Red. HEX triplet: D0, 12 and 72. RGB value is (208,18,114). Sum of RGB (Red+Green+Blue) = 208+18+114=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D01272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01272 is #2FED8D. Grayscale: #555555. Windows color (decimal): -3141006 or 7475920. OLE color: 7475920.

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

Color convert

RGB 208 18 114 -
CMYK 0 0.91 0.45 0.18
HSL 329.68º 0.84% 0.44% -
HSV(B) 329.68º 0.91% 0.82% -
XYZ 29.27 15.06 17.28 -
YUV 85.75 143.95 215.19 -
System Red Green Blue C M Y K H S L
Decimal 208 18 114 0 0.91 0.45 0.18 329.68 0.84 0.44
Hex D0 12 72 0 5B 2D 12 14A 54 2C
Octal 320 22 162 0 133 55 22 512 124 54
Binary 11010000 10010 1110010 0 1011011 101101 10010 101001010 1010100 101100

Color Harmonies of #D01272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01272

Black with #D01272

Text Example


Text Example

White with #D01272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01272; }

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

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

background-color css

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

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

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

border-color css

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

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

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