Html Css Color HEX #D12388 Medium Violet Red

📋 copy color: '#D12388'

red 209 ◦ green 35 ◦ blue 136

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

Shades of Medium Violet Red #D12388

Tints of Medium Violet Red #D12388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.21%

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

R = 55%
G = 9.21%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D12388 (or 0xD12388) is known color: Medium Violet Red. HEX triplet: D1, 23 and 88. RGB value is (209,35,136). Sum of RGB (Red+Green+Blue) = 209+35+136=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D12388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12388 is #2EDC77. Grayscale: #626262. Windows color (decimal): -3071096 or 8922065. OLE color: 8922065.

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

Color convert

RGB 209 35 136 -
CMYK 0 0.83 0.35 0.18
HSL 325.17º 0.71% 0.48% -
HSV(B) 325.17º 0.83% 0.82% -
XYZ 31.34 16.53 24.83 -
YUV 98.54 149.15 206.79 -
System Red Green Blue C M Y K H S L
Decimal 209 35 136 0 0.83 0.35 0.18 325.17 0.71 0.48
Hex D1 23 88 0 53 23 12 145 47 30
Octal 321 43 210 0 123 43 22 505 107 60
Binary 11010001 100011 10001000 0 1010011 100011 10010 101000101 1000111 110000

Color Harmonies of #D12388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12388

Black with #D12388

Text Example


Text Example

White with #D12388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12388; }

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

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

background-color css

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

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

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

border-color css

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

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

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