Html Css Color HEX #D3249E Medium Violet Red

📋 copy color: '#D3249E'

red 211 ◦ green 36 ◦ blue 158

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

Shades of Medium Violet Red #D3249E

Tints of Medium Violet Red #D3249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.89%

 BLUE value IS 158 (62.11% from 255) = 39.01%

R = 52.1%
G = 8.89%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3249E (or 0xD3249E) is known color: Medium Violet Red. HEX triplet: D3, 24 and 9E. RGB value is (211,36,158). Sum of RGB (Red+Green+Blue) = 211+36+158=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3249E is #2CDB61. Grayscale: #656565. Windows color (decimal): -2939746 or 10364115. OLE color: 10364115.

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

Color convert

RGB 211 36 158 -
CMYK 0 0.83 0.25 0.17
HSL 318.17º 0.71% 0.48% -
HSV(B) 318.17º 0.83% 0.83% -
XYZ 33.67 17.58 33.97 -
YUV 102.23 159.48 205.58 -
System Red Green Blue C M Y K H S L
Decimal 211 36 158 0 0.83 0.25 0.17 318.17 0.71 0.48
Hex D3 24 9E 0 53 19 11 13E 47 30
Octal 323 44 236 0 123 31 21 476 107 60
Binary 11010011 100100 10011110 0 1010011 11001 10001 100111110 1000111 110000

Color Harmonies of #D3249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3249E

Black with #D3249E

Text Example


Text Example

White with #D3249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3249E; }

 p { color: rgb(211,36,158); }

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

background-color css

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

 a { background-color: rgb(211,36,158); }

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

border-color css

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

 span { border-color: rgb(211,36,158); }

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