Html Css Color HEX #D12188 Medium Violet Red

📋 copy color: '#D12188'

red 209 ◦ green 33 ◦ blue 136

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

Shades of Medium Violet Red #D12188

Tints of Medium Violet Red #D12188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.98%

R = 55.29%
G = 8.73%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D12188 (or 0xD12188) is known color: Medium Violet Red. HEX triplet: D1, 21 and 88. RGB value is (209,33,136). Sum of RGB (Red+Green+Blue) = 209+33+136=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D12188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12188 is #2EDE77. Grayscale: #616161. Windows color (decimal): -3071608 or 8921553. OLE color: 8921553.

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

Color convert

RGB 209 33 136 -
CMYK 0 0.84 0.35 0.18
HSL 324.89º 0.73% 0.47% -
HSV(B) 324.89º 0.84% 0.82% -
XYZ 31.28 16.42 24.81 -
YUV 97.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 209 33 136 0 0.84 0.35 0.18 324.89 0.73 0.47
Hex D1 21 88 0 54 23 12 145 49 2F
Octal 321 41 210 0 124 43 22 505 111 57
Binary 11010001 100001 10001000 0 1010100 100011 10010 101000101 1001001 101111

Color Harmonies of #D12188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12188

Black with #D12188

Text Example


Text Example

White with #D12188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12188; }

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

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

background-color css

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

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

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

border-color css

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

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

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