Html Css Color HEX #D32075 Medium Violet Red

📋 copy color: '#D32075'

red 211 ◦ green 32 ◦ blue 117

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

Shades of Medium Violet Red #D32075

Tints of Medium Violet Red #D32075

RGB

 RED value IS 211 (82.81% from 255) = 58.61%

 GREEN value IS 32 (12.89% from 255) = 8.89%

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 58.61%
G = 8.89%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D32075 (or 0xD32075) is known color: Medium Violet Red. HEX triplet: D3, 20 and 75. RGB value is (211,32,117). Sum of RGB (Red+Green+Blue) = 211+32+117=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D32075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32075 is #2CDF8A. Grayscale: #5F5F5F. Windows color (decimal): -2940811 or 7676115. OLE color: 7676115.

HSL color Cylindrical-coordinate representation of color #D32075: hue angle of 331.51º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D32075 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 32 117 -
CMYK 0 0.85 0.45 0.17
HSL 331.51º 0.74% 0.48% -
HSV(B) 331.51º 0.85% 0.83% -
XYZ 30.59 16.17 18.34 -
YUV 95.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 211 32 117 0 0.85 0.45 0.17 331.51 0.74 0.48
Hex D3 20 75 0 55 2D 11 14C 4A 30
Octal 323 40 165 0 125 55 21 514 112 60
Binary 11010011 100000 1110101 0 1010101 101101 10001 101001100 1001010 110000

Color Harmonies of #D32075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32075

Black with #D32075

Text Example


Text Example

White with #D32075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32075; }

 p { color: rgb(211,32,117); }

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

background-color css

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

 a { background-color: rgb(211,32,117); }

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

border-color css

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

 span { border-color: rgb(211,32,117); }

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