Html Css Color HEX #D0019B Medium Violet Red

📋 copy color: '#D0019B'

red 208 ◦ green 1 ◦ blue 155

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

Shades of Medium Violet Red #D0019B

Tints of Medium Violet Red #D0019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 57.14%
G = 0.27%
B = 42.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0019B (or 0xD0019B) is known color: Medium Violet Red. HEX triplet: D0, 01 and 9B. RGB value is (208,1,155). Sum of RGB (Red+Green+Blue) = 208+1+155=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D0019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0019B is #2FFE64. Grayscale: #505050. Windows color (decimal): -3145317 or 10158544. OLE color: 10158544.

HSL color Cylindrical-coordinate representation of color #D0019B: hue angle of 315.36º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0019B is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 155 -
CMYK 0 1.00 0.25 0.18
HSL 315.36º 0.99% 0.41% -
HSV(B) 315.36º 1% 0.82% -
XYZ 31.94 15.8 32.38 -
YUV 80.45 170.08 218.98 -
System Red Green Blue C M Y K H S L
Decimal 208 1 155 0 1.00 0.25 0.18 315.36 0.99 0.41
Hex D0 1 9B 0 64 19 12 13B 63 29
Octal 320 1 233 0 144 31 22 473 143 51
Binary 11010000 1 10011011 0 1100100 11001 10010 100111011 1100011 101001

Color Harmonies of #D0019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0019B

Black with #D0019B

Text Example


Text Example

White with #D0019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0019B; }

 p { color: rgb(208,1,155); }

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

background-color css

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

 a { background-color: rgb(208,1,155); }

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

border-color css

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

 span { border-color: rgb(208,1,155); }

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