Html Css Color HEX #D41089 Medium Violet Red

📋 copy color: '#D41089'

red 212 ◦ green 16 ◦ blue 137

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

Shades of Medium Violet Red #D41089

Tints of Medium Violet Red #D41089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.38%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 58.08%
G = 4.38%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D41089 (or 0xD41089) is known color: Medium Violet Red. HEX triplet: D4, 10 and 89. RGB value is (212,16,137). Sum of RGB (Red+Green+Blue) = 212+16+137=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D41089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41089 is #2BEF76. Grayscale: #585858. Windows color (decimal): -2879351 or 8982740. OLE color: 8982740.

HSL color Cylindrical-coordinate representation of color #D41089: hue angle of 322.96º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41089 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 16 137 -
CMYK 0 0.92 0.35 0.17
HSL 322.96º 0.86% 0.45% -
HSV(B) 322.96º 0.92% 0.83% -
XYZ 31.85 16.17 25.11 -
YUV 88.4 155.43 216.16 -
System Red Green Blue C M Y K H S L
Decimal 212 16 137 0 0.92 0.35 0.17 322.96 0.86 0.45
Hex D4 10 89 0 5C 23 11 143 56 2D
Octal 324 20 211 0 134 43 21 503 126 55
Binary 11010100 10000 10001001 0 1011100 100011 10001 101000011 1010110 101101

Color Harmonies of #D41089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41089

Black with #D41089

Text Example


Text Example

White with #D41089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41089; }

 p { color: rgb(212,16,137); }

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

background-color css

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

 a { background-color: rgb(212,16,137); }

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

border-color css

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

 span { border-color: rgb(212,16,137); }

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