Html Css Color HEX #D4058D Medium Violet Red

📋 copy color: '#D4058D'

red 212 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #D4058D

Tints of Medium Violet Red #D4058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 59.22%
G = 1.4%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4058D (or 0xD4058D) is known color: Medium Violet Red. HEX triplet: D4, 05 and 8D. RGB value is (212,5,141). Sum of RGB (Red+Green+Blue) = 212+5+141=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4058D is #2BFA72. Grayscale: #525252. Windows color (decimal): -2882163 or 9242068. OLE color: 9242068.

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

Color convert

RGB 212 5 141 -
CMYK 0 0.98 0.33 0.17
HSL 320.58º 0.95% 0.43% -
HSV(B) 320.58º 0.98% 0.83% -
XYZ 32.01 16.03 26.61 -
YUV 82.4 161.08 220.44 -
System Red Green Blue C M Y K H S L
Decimal 212 5 141 0 0.98 0.33 0.17 320.58 0.95 0.43
Hex D4 5 8D 0 62 21 11 141 5F 2B
Octal 324 5 215 0 142 41 21 501 137 53
Binary 11010100 101 10001101 0 1100010 100001 10001 101000001 1011111 101011

Color Harmonies of #D4058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4058D

Black with #D4058D

Text Example


Text Example

White with #D4058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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