Html Css Color HEX #D01671 Medium Violet Red

📋 copy color: '#D01671'

red 208 ◦ green 22 ◦ blue 113

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

Shades of Medium Violet Red #D01671

Tints of Medium Violet Red #D01671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 60.64%
G = 6.41%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D01671 (or 0xD01671) is known color: Medium Violet Red. HEX triplet: D0, 16 and 71. RGB value is (208,22,113). Sum of RGB (Red+Green+Blue) = 208+22+113=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D01671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01671 is #2FE98E. Grayscale: #575757. Windows color (decimal): -3139983 or 7411408. OLE color: 7411408.

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

Color convert

RGB 208 22 113 -
CMYK 0 0.89 0.46 0.18
HSL 330.65º 0.81% 0.45% -
HSV(B) 330.65º 0.89% 0.82% -
XYZ 29.28 15.18 17.01 -
YUV 87.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 208 22 113 0 0.89 0.46 0.18 330.65 0.81 0.45
Hex D0 16 71 0 59 2E 12 14B 51 2D
Octal 320 26 161 0 131 56 22 513 121 55
Binary 11010000 10110 1110001 0 1011001 101110 10010 101001011 1010001 101101

Color Harmonies of #D01671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01671

Black with #D01671

Text Example


Text Example

White with #D01671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01671; }

 p { color: rgb(208,22,113); }

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

background-color css

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

 a { background-color: rgb(208,22,113); }

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

border-color css

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

 span { border-color: rgb(208,22,113); }

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