Html Css Color HEX #D12499 Medium Violet Red

📋 copy color: '#D12499'

red 209 ◦ green 36 ◦ blue 153

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

Shades of Medium Violet Red #D12499

Tints of Medium Violet Red #D12499

RGB

 RED value IS 209 (82.03% from 255) = 52.51%

 GREEN value IS 36 (14.45% from 255) = 9.05%

 BLUE value IS 153 (60.16% from 255) = 38.44%

R = 52.51%
G = 9.05%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D12499 (or 0xD12499) is known color: Medium Violet Red. HEX triplet: D1, 24 and 99. RGB value is (209,36,153). Sum of RGB (Red+Green+Blue) = 209+36+153=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D12499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12499 is #2EDB66. Grayscale: #646464. Windows color (decimal): -3070823 or 10036433. OLE color: 10036433.

HSL color Cylindrical-coordinate representation of color #D12499: hue angle of 319.42º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12499 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 153 -
CMYK 0 0.83 0.27 0.18
HSL 319.42º 0.71% 0.48% -
HSV(B) 319.42º 0.83% 0.82% -
XYZ 32.68 17.12 31.72 -
YUV 101.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 209 36 153 0 0.83 0.27 0.18 319.42 0.71 0.48
Hex D1 24 99 0 53 1B 12 13F 47 30
Octal 321 44 231 0 123 33 22 477 107 60
Binary 11010001 100100 10011001 0 1010011 11011 10010 100111111 1000111 110000

Color Harmonies of #D12499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12499

Black with #D12499

Text Example


Text Example

White with #D12499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12499; }

 p { color: rgb(209,36,153); }

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

background-color css

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

 a { background-color: rgb(209,36,153); }

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

border-color css

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

 span { border-color: rgb(209,36,153); }

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