Html Css Color HEX #D01B8F Medium Violet Red

📋 copy color: '#D01B8F'

red 208 ◦ green 27 ◦ blue 143

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

Shades of Medium Violet Red #D01B8F

Tints of Medium Violet Red #D01B8F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.14%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 55.03%
G = 7.14%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D01B8F (or 0xD01B8F) is known color: Medium Violet Red. HEX triplet: D0, 1B and 8F. RGB value is (208,27,143). Sum of RGB (Red+Green+Blue) = 208+27+143=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01B8F is #2FE470. Grayscale: #5E5E5E. Windows color (decimal): -3138673 or 9378768. OLE color: 9378768.

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

Color convert

RGB 208 27 143 -
CMYK 0 0.87 0.31 0.18
HSL 321.55º 0.77% 0.46% -
HSV(B) 321.55º 0.87% 0.82% -
XYZ 31.36 16.18 27.46 -
YUV 94.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 208 27 143 0 0.87 0.31 0.18 321.55 0.77 0.46
Hex D0 1B 8F 0 57 1F 12 142 4D 2E
Octal 320 33 217 0 127 37 22 502 115 56
Binary 11010000 11011 10001111 0 1010111 11111 10010 101000010 1001101 101110

Color Harmonies of #D01B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01B8F

Black with #D01B8F

Text Example


Text Example

White with #D01B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01B8F; }

 p { color: rgb(208,27,143); }

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

background-color css

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

 a { background-color: rgb(208,27,143); }

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

border-color css

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

 span { border-color: rgb(208,27,143); }

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