Html Css Color HEX #D4038B Medium Violet Red

📋 copy color: '#D4038B'

red 212 ◦ green 3 ◦ blue 139

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

Shades of Medium Violet Red #D4038B

Tints of Medium Violet Red #D4038B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 59.89%
G = 0.85%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4038B (or 0xD4038B) is known color: Medium Violet Red. HEX triplet: D4, 03 and 8B. RGB value is (212,3,139). Sum of RGB (Red+Green+Blue) = 212+3+139=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4038B is #2BFC74. Grayscale: #505050. Windows color (decimal): -2882677 or 9110484. OLE color: 9110484.

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

Color convert

RGB 212 3 139 -
CMYK 0 0.99 0.34 0.17
HSL 320.96º 0.97% 0.42% -
HSV(B) 320.96º 0.99% 0.83% -
XYZ 31.84 15.93 25.82 -
YUV 81 160.74 221.44 -
System Red Green Blue C M Y K H S L
Decimal 212 3 139 0 0.99 0.34 0.17 320.96 0.97 0.42
Hex D4 3 8B 0 63 22 11 141 61 2A
Octal 324 3 213 0 143 42 21 501 141 52
Binary 11010100 11 10001011 0 1100011 100010 10001 101000001 1100001 101010

Color Harmonies of #D4038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4038B

Black with #D4038B

Text Example


Text Example

White with #D4038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4038B; }

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

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

background-color css

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

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

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

border-color css

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

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

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