Html Css Color HEX #D0029B Medium Violet Red

📋 copy color: '#D0029B'

red 208 ◦ green 2 ◦ blue 155

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

Shades of Medium Violet Red #D0029B

Tints of Medium Violet Red #D0029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 56.99%
G = 0.55%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0029B (or 0xD0029B) is known color: Medium Violet Red. HEX triplet: D0, 02 and 9B. RGB value is (208,2,155). Sum of RGB (Red+Green+Blue) = 208+2+155=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0029B is #2FFD64. Grayscale: #505050. Windows color (decimal): -3145061 or 10158800. OLE color: 10158800.

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

Color convert

RGB 208 2 155 -
CMYK 0 0.99 0.25 0.18
HSL 315.44º 0.98% 0.41% -
HSV(B) 315.44º 0.99% 0.82% -
XYZ 31.95 15.82 32.38 -
YUV 81.04 169.75 218.56 -
System Red Green Blue C M Y K H S L
Decimal 208 2 155 0 0.99 0.25 0.18 315.44 0.98 0.41
Hex D0 2 9B 0 63 19 12 13B 62 29
Octal 320 2 233 0 143 31 22 473 142 51
Binary 11010000 10 10011011 0 1100011 11001 10010 100111011 1100010 101001

Color Harmonies of #D0029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0029B

Black with #D0029B

Text Example


Text Example

White with #D0029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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