Html Css Color HEX #D12495 Medium Violet Red

📋 copy color: '#D12495'

red 209 ◦ green 36 ◦ blue 149

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

Shades of Medium Violet Red #D12495

Tints of Medium Violet Red #D12495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 53.05%
G = 9.14%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D12495 (or 0xD12495) is known color: Medium Violet Red. HEX triplet: D1, 24 and 95. RGB value is (209,36,149). Sum of RGB (Red+Green+Blue) = 209+36+149=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D12495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12495 is #2EDB6A. Grayscale: #646464. Windows color (decimal): -3070827 or 9774289. OLE color: 9774289.

HSL color Cylindrical-coordinate representation of color #D12495: hue angle of 320.81º 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 #D12495 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 149 -
CMYK 0 0.83 0.29 0.18
HSL 320.81º 0.71% 0.48% -
HSV(B) 320.81º 0.83% 0.82% -
XYZ 32.35 16.99 30.01 -
YUV 100.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 209 36 149 0 0.83 0.29 0.18 320.81 0.71 0.48
Hex D1 24 95 0 53 1D 12 141 47 30
Octal 321 44 225 0 123 35 22 501 107 60
Binary 11010001 100100 10010101 0 1010011 11101 10010 101000001 1000111 110000

Color Harmonies of #D12495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12495

Black with #D12495

Text Example


Text Example

White with #D12495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12495; }

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

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

background-color css

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

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

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

border-color css

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

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

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