Html Css Color HEX #D2249F Medium Violet Red

📋 copy color: '#D2249F'

red 210 ◦ green 36 ◦ blue 159

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

Shades of Medium Violet Red #D2249F

Tints of Medium Violet Red #D2249F

RGB

 RED value IS 210 (82.42% from 255) = 51.85%

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

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

R = 51.85%
G = 8.89%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2249F (or 0xD2249F) is known color: Medium Violet Red. HEX triplet: D2, 24 and 9F. RGB value is (210,36,159). Sum of RGB (Red+Green+Blue) = 210+36+159=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2249F is #2DDB60. Grayscale: #656565. Windows color (decimal): -3005281 or 10429650. OLE color: 10429650.

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

Color convert

RGB 210 36 159 -
CMYK 0 0.83 0.24 0.18
HSL 317.59º 0.71% 0.48% -
HSV(B) 317.59º 0.83% 0.82% -
XYZ 33.47 17.47 34.41 -
YUV 102.05 160.15 205 -
System Red Green Blue C M Y K H S L
Decimal 210 36 159 0 0.83 0.24 0.18 317.59 0.71 0.48
Hex D2 24 9F 0 53 18 12 13E 47 30
Octal 322 44 237 0 123 30 22 476 107 60
Binary 11010010 100100 10011111 0 1010011 11000 10010 100111110 1000111 110000

Color Harmonies of #D2249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2249F

Black with #D2249F

Text Example


Text Example

White with #D2249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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