Html Css Color HEX #D01871 Medium Violet Red

📋 copy color: '#D01871'

red 208 ◦ green 24 ◦ blue 113

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

Shades of Medium Violet Red #D01871

Tints of Medium Violet Red #D01871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.96%

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

R = 60.29%
G = 6.96%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D01871 (or 0xD01871) is known color: Medium Violet Red. HEX triplet: D0, 18 and 71. RGB value is (208,24,113). Sum of RGB (Red+Green+Blue) = 208+24+113=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D01871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01871 is #2FE78E. Grayscale: #585858. Windows color (decimal): -3139471 or 7411920. OLE color: 7411920.

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

Color convert

RGB 208 24 113 -
CMYK 0 0.88 0.46 0.18
HSL 330.98º 0.79% 0.45% -
HSV(B) 330.98º 0.88% 0.82% -
XYZ 29.32 15.26 17.02 -
YUV 89.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 208 24 113 0 0.88 0.46 0.18 330.98 0.79 0.45
Hex D0 18 71 0 58 2E 12 14B 4F 2D
Octal 320 30 161 0 130 56 22 513 117 55
Binary 11010000 11000 1110001 0 1011000 101110 10010 101001011 1001111 101101

Color Harmonies of #D01871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01871

Black with #D01871

Text Example


Text Example

White with #D01871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01871; }

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

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

background-color css

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

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

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

border-color css

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

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

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