Html Css Color HEX #D12385 Medium Violet Red

📋 copy color: '#D12385'

red 209 ◦ green 35 ◦ blue 133

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

Shades of Medium Violet Red #D12385

Tints of Medium Violet Red #D12385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 55.44%
G = 9.28%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D12385 (or 0xD12385) is known color: Medium Violet Red. HEX triplet: D1, 23 and 85. RGB value is (209,35,133). Sum of RGB (Red+Green+Blue) = 209+35+133=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D12385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12385 is #2EDC7A. Grayscale: #616161. Windows color (decimal): -3071099 or 8725457. OLE color: 8725457.

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

Color convert

RGB 209 35 133 -
CMYK 0 0.83 0.36 0.18
HSL 326.21º 0.71% 0.48% -
HSV(B) 326.21º 0.83% 0.82% -
XYZ 31.13 16.45 23.72 -
YUV 98.2 147.65 207.03 -
System Red Green Blue C M Y K H S L
Decimal 209 35 133 0 0.83 0.36 0.18 326.21 0.71 0.48
Hex D1 23 85 0 53 24 12 146 47 30
Octal 321 43 205 0 123 44 22 506 107 60
Binary 11010001 100011 10000101 0 1010011 100100 10010 101000110 1000111 110000

Color Harmonies of #D12385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12385

Black with #D12385

Text Example


Text Example

White with #D12385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12385; }

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

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

background-color css

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

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

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

border-color css

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

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

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