Html Css Color HEX #D4038A Medium Violet Red

📋 copy color: '#D4038A'

red 212 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #D4038A

Tints of Medium Violet Red #D4038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 60.06%
G = 0.85%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4038A (or 0xD4038A) is known color: Medium Violet Red. HEX triplet: D4, 03 and 8A. RGB value is (212,3,138). Sum of RGB (Red+Green+Blue) = 212+3+138=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4038A is #2BFC75. Grayscale: #505050. Windows color (decimal): -2882678 or 9044948. OLE color: 9044948.

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

Color convert

RGB 212 3 138 -
CMYK 0 0.99 0.35 0.17
HSL 321.24º 0.97% 0.42% -
HSV(B) 321.24º 0.99% 0.83% -
XYZ 31.77 15.9 25.44 -
YUV 80.88 160.24 221.52 -
System Red Green Blue C M Y K H S L
Decimal 212 3 138 0 0.99 0.35 0.17 321.24 0.97 0.42
Hex D4 3 8A 0 63 23 11 141 61 2A
Octal 324 3 212 0 143 43 21 501 141 52
Binary 11010100 11 10001010 0 1100011 100011 10001 101000001 1100001 101010

Color Harmonies of #D4038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4038A

Black with #D4038A

Text Example


Text Example

White with #D4038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4038A; }

 p { color: rgb(212,3,138); }

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

background-color css

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

 a { background-color: rgb(212,3,138); }

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

border-color css

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

 span { border-color: rgb(212,3,138); }

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