Html Css Color HEX #D12182 Medium Violet Red

📋 copy color: '#D12182'

red 209 ◦ green 33 ◦ blue 130

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

Shades of Medium Violet Red #D12182

Tints of Medium Violet Red #D12182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 56.18%
G = 8.87%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D12182 (or 0xD12182) is known color: Medium Violet Red. HEX triplet: D1, 21 and 82. RGB value is (209,33,130). Sum of RGB (Red+Green+Blue) = 209+33+130=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D12182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12182 is #2EDE7D. Grayscale: #606060. Windows color (decimal): -3071614 or 8528337. OLE color: 8528337.

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

Color convert

RGB 209 33 130 -
CMYK 0 0.84 0.38 0.18
HSL 326.93º 0.73% 0.47% -
HSV(B) 326.93º 0.84% 0.82% -
XYZ 30.87 16.25 22.63 -
YUV 96.68 146.81 208.11 -
System Red Green Blue C M Y K H S L
Decimal 209 33 130 0 0.84 0.38 0.18 326.93 0.73 0.47
Hex D1 21 82 0 54 26 12 147 49 2F
Octal 321 41 202 0 124 46 22 507 111 57
Binary 11010001 100001 10000010 0 1010100 100110 10010 101000111 1001001 101111

Color Harmonies of #D12182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12182

Black with #D12182

Text Example


Text Example

White with #D12182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12182; }

 p { color: rgb(209,33,130); }

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

background-color css

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

 a { background-color: rgb(209,33,130); }

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

border-color css

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

 span { border-color: rgb(209,33,130); }

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