Html Css Color HEX #D2249A Medium Violet Red

📋 copy color: '#D2249A'

red 210 ◦ green 36 ◦ blue 154

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

Shades of Medium Violet Red #D2249A

Tints of Medium Violet Red #D2249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 52.5%
G = 9%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2249A (or 0xD2249A) is known color: Medium Violet Red. HEX triplet: D2, 24 and 9A. RGB value is (210,36,154). Sum of RGB (Red+Green+Blue) = 210+36+154=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2249A is #2DDB65. Grayscale: #656565. Windows color (decimal): -3005286 or 10101970. OLE color: 10101970.

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

Color convert

RGB 210 36 154 -
CMYK 0 0.83 0.27 0.18
HSL 319.31º 0.71% 0.48% -
HSV(B) 319.31º 0.83% 0.82% -
XYZ 33.04 17.3 32.17 -
YUV 101.48 157.65 205.41 -
System Red Green Blue C M Y K H S L
Decimal 210 36 154 0 0.83 0.27 0.18 319.31 0.71 0.48
Hex D2 24 9A 0 53 1B 12 13F 47 30
Octal 322 44 232 0 123 33 22 477 107 60
Binary 11010010 100100 10011010 0 1010011 11011 10010 100111111 1000111 110000

Color Harmonies of #D2249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2249A

Black with #D2249A

Text Example


Text Example

White with #D2249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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