Html Css Color HEX #D3029C Medium Violet Red

📋 copy color: '#D3029C'

red 211 ◦ green 2 ◦ blue 156

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

Shades of Medium Violet Red #D3029C

Tints of Medium Violet Red #D3029C

RGB

 RED value IS 211 (82.81% from 255) = 57.18%

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

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 57.18%
G = 0.54%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3029C (or 0xD3029C) is known color: Medium Violet Red. HEX triplet: D3, 02 and 9C. RGB value is (211,2,156). Sum of RGB (Red+Green+Blue) = 211+2+156=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3029C is #2CFD63. Grayscale: #515151. Windows color (decimal): -2948452 or 10224339. OLE color: 10224339.

HSL color Cylindrical-coordinate representation of color #D3029C: hue angle of 315.79º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3029C is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 2 156 -
CMYK 0 0.99 0.26 0.17
HSL 315.79º 0.98% 0.42% -
HSV(B) 315.79º 0.99% 0.83% -
XYZ 32.89 16.29 32.86 -
YUV 82.05 169.74 219.98 -
System Red Green Blue C M Y K H S L
Decimal 211 2 156 0 0.99 0.26 0.17 315.79 0.98 0.42
Hex D3 2 9C 0 63 1A 11 13C 62 2A
Octal 323 2 234 0 143 32 21 474 142 52
Binary 11010011 10 10011100 0 1100011 11010 10001 100111100 1100010 101010

Color Harmonies of #D3029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3029C

Black with #D3029C

Text Example


Text Example

White with #D3029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3029C; }

 p { color: rgb(211,2,156); }

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

background-color css

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

 a { background-color: rgb(211,2,156); }

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

border-color css

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

 span { border-color: rgb(211,2,156); }

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