Html Css Color HEX #D32298 Medium Violet Red

📋 copy color: '#D32298'

red 211 ◦ green 34 ◦ blue 152

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

Shades of Medium Violet Red #D32298

Tints of Medium Violet Red #D32298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.56%

 BLUE value IS 152 (59.77% from 255) = 38.29%

R = 53.15%
G = 8.56%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D32298 (or 0xD32298) is known color: Medium Violet Red. HEX triplet: D3, 22 and 98. RGB value is (211,34,152). Sum of RGB (Red+Green+Blue) = 211+34+152=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D32298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32298 is #2CDD67. Grayscale: #646464. Windows color (decimal): -2940264 or 9970387. OLE color: 9970387.

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

Color convert

RGB 211 34 152 -
CMYK 0 0.84 0.28 0.17
HSL 320º 0.72% 0.48% -
HSV(B) 320º 0.84% 0.83% -
XYZ 33.1 17.26 31.29 -
YUV 100.38 157.14 206.91 -
System Red Green Blue C M Y K H S L
Decimal 211 34 152 0 0.84 0.28 0.17 320 0.72 0.48
Hex D3 22 98 0 54 1C 11 140 48 30
Octal 323 42 230 0 124 34 21 500 110 60
Binary 11010011 100010 10011000 0 1010100 11100 10001 101000000 1001000 110000

Color Harmonies of #D32298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32298

Black with #D32298

Text Example


Text Example

White with #D32298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32298; }

 p { color: rgb(211,34,152); }

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

background-color css

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

 a { background-color: rgb(211,34,152); }

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

border-color css

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

 span { border-color: rgb(211,34,152); }

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