Html Css Color HEX #D01276 Medium Violet Red

📋 copy color: '#D01276'

red 208 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #D01276

Tints of Medium Violet Red #D01276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 60.47%
G = 5.23%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D01276 (or 0xD01276) is known color: Medium Violet Red. HEX triplet: D0, 12 and 76. RGB value is (208,18,118). Sum of RGB (Red+Green+Blue) = 208+18+118=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D01276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01276 is #2FED89. Grayscale: #565656. Windows color (decimal): -3141002 or 7738064. OLE color: 7738064.

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

Color convert

RGB 208 18 118 -
CMYK 0 0.91 0.43 0.18
HSL 328.42º 0.84% 0.44% -
HSV(B) 328.42º 0.91% 0.82% -
XYZ 29.5 15.15 18.51 -
YUV 86.21 145.95 214.87 -
System Red Green Blue C M Y K H S L
Decimal 208 18 118 0 0.91 0.43 0.18 328.42 0.84 0.44
Hex D0 12 76 0 5B 2B 12 148 54 2C
Octal 320 22 166 0 133 53 22 510 124 54
Binary 11010000 10010 1110110 0 1011011 101011 10010 101001000 1010100 101100

Color Harmonies of #D01276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01276

Black with #D01276

Text Example


Text Example

White with #D01276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01276; }

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

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

background-color css

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

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

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

border-color css

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

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

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