Html Css Color HEX #D4029B Medium Violet Red

📋 copy color: '#D4029B'

red 212 ◦ green 2 ◦ blue 155

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

Shades of Medium Violet Red #D4029B

Tints of Medium Violet Red #D4029B

RGB

 RED value IS 212 (83.2% from 255) = 57.45%

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

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

R = 57.45%
G = 0.54%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4029B (or 0xD4029B) is known color: Medium Violet Red. HEX triplet: D4, 02 and 9B. RGB value is (212,2,155). Sum of RGB (Red+Green+Blue) = 212+2+155=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4029B is #2BFD64. Grayscale: #515151. Windows color (decimal): -2882917 or 10158804. OLE color: 10158804.

HSL color Cylindrical-coordinate representation of color #D4029B: hue angle of 316.29º 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 #D4029B is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 155 -
CMYK 0 0.99 0.27 0.17
HSL 316.29º 0.98% 0.42% -
HSV(B) 316.29º 0.99% 0.83% -
XYZ 33.09 16.41 32.43 -
YUV 82.23 169.07 220.56 -
System Red Green Blue C M Y K H S L
Decimal 212 2 155 0 0.99 0.27 0.17 316.29 0.98 0.42
Hex D4 2 9B 0 63 1B 11 13C 62 2A
Octal 324 2 233 0 143 33 21 474 142 52
Binary 11010100 10 10011011 0 1100011 11011 10001 100111100 1100010 101010

Color Harmonies of #D4029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4029B

Black with #D4029B

Text Example


Text Example

White with #D4029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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