Html Css Color HEX #D12299 Medium Violet Red

📋 copy color: '#D12299'

red 209 ◦ green 34 ◦ blue 153

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

Shades of Medium Violet Red #D12299

Tints of Medium Violet Red #D12299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.59%

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

R = 52.78%
G = 8.59%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D12299 (or 0xD12299) is known color: Medium Violet Red. HEX triplet: D1, 22 and 99. RGB value is (209,34,153). Sum of RGB (Red+Green+Blue) = 209+34+153=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D12299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12299 is #2EDD66. Grayscale: #636363. Windows color (decimal): -3071335 or 10035921. OLE color: 10035921.

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

Color convert

RGB 209 34 153 -
CMYK 0 0.84 0.27 0.18
HSL 319.2º 0.72% 0.48% -
HSV(B) 319.2º 0.84% 0.82% -
XYZ 32.62 17 31.7 -
YUV 99.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 209 34 153 0 0.84 0.27 0.18 319.2 0.72 0.48
Hex D1 22 99 0 54 1B 12 13F 48 30
Octal 321 42 231 0 124 33 22 477 110 60
Binary 11010001 100010 10011001 0 1010100 11011 10010 100111111 1001000 110000

Color Harmonies of #D12299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12299

Black with #D12299

Text Example


Text Example

White with #D12299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12299; }

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

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

background-color css

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

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

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

border-color css

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

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

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