Html Css Color HEX #D3249F Medium Violet Red

📋 copy color: '#D3249F'

red 211 ◦ green 36 ◦ blue 159

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

Shades of Medium Violet Red #D3249F

Tints of Medium Violet Red #D3249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 51.97%
G = 8.87%
B = 39.16%

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

#D3249F (or 0xD3249F) is known color: Medium Violet Red. HEX triplet: D3, 24 and 9F. RGB value is (211,36,159). Sum of RGB (Red+Green+Blue) = 211+36+159=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3249F is #2CDB60. Grayscale: #666666. Windows color (decimal): -2939745 or 10429651. OLE color: 10429651.

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

Color convert

RGB 211 36 159 -
CMYK 0 0.83 0.25 0.17
HSL 317.83º 0.71% 0.48% -
HSV(B) 317.83º 0.83% 0.83% -
XYZ 33.75 17.61 34.42 -
YUV 102.35 159.98 205.5 -
System Red Green Blue C M Y K H S L
Decimal 211 36 159 0 0.83 0.25 0.17 317.83 0.71 0.48
Hex D3 24 9F 0 53 19 11 13E 47 30
Octal 323 44 237 0 123 31 21 476 107 60
Binary 11010011 100100 10011111 0 1010011 11001 10001 100111110 1000111 110000

Color Harmonies of #D3249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3249F

Black with #D3249F

Text Example


Text Example

White with #D3249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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