Html Css Color HEX #D4038D Medium Violet Red

📋 copy color: '#D4038D'

red 212 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #D4038D

Tints of Medium Violet Red #D4038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 59.55%
G = 0.84%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4038D (or 0xD4038D) is known color: Medium Violet Red. HEX triplet: D4, 03 and 8D. RGB value is (212,3,141). Sum of RGB (Red+Green+Blue) = 212+3+141=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4038D is #2BFC72. Grayscale: #505050. Windows color (decimal): -2882675 or 9241556. OLE color: 9241556.

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

Color convert

RGB 212 3 141 -
CMYK 0 0.99 0.33 0.17
HSL 320.38º 0.97% 0.42% -
HSV(B) 320.38º 0.99% 0.83% -
XYZ 31.99 15.99 26.6 -
YUV 81.22 161.74 221.28 -
System Red Green Blue C M Y K H S L
Decimal 212 3 141 0 0.99 0.33 0.17 320.38 0.97 0.42
Hex D4 3 8D 0 63 21 11 140 61 2A
Octal 324 3 215 0 143 41 21 500 141 52
Binary 11010100 11 10001101 0 1100011 100001 10001 101000000 1100001 101010

Color Harmonies of #D4038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4038D

Black with #D4038D

Text Example


Text Example

White with #D4038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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