Html Css Color HEX #D2249C Medium Violet Red

📋 copy color: '#D2249C'

red 210 ◦ green 36 ◦ blue 156

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

Shades of Medium Violet Red #D2249C

Tints of Medium Violet Red #D2249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 52.24%
G = 8.96%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2249C (or 0xD2249C) is known color: Medium Violet Red. HEX triplet: D2, 24 and 9C. RGB value is (210,36,156). Sum of RGB (Red+Green+Blue) = 210+36+156=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2249C is #2DDB63. Grayscale: #656565. Windows color (decimal): -3005284 or 10233042. OLE color: 10233042.

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

Color convert

RGB 210 36 156 -
CMYK 0 0.83 0.26 0.18
HSL 318.62º 0.71% 0.48% -
HSV(B) 318.62º 0.83% 0.82% -
XYZ 33.21 17.36 33.05 -
YUV 101.71 158.65 205.24 -
System Red Green Blue C M Y K H S L
Decimal 210 36 156 0 0.83 0.26 0.18 318.62 0.71 0.48
Hex D2 24 9C 0 53 1A 12 13F 47 30
Octal 322 44 234 0 123 32 22 477 107 60
Binary 11010010 100100 10011100 0 1010011 11010 10010 100111111 1000111 110000

Color Harmonies of #D2249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2249C

Black with #D2249C

Text Example


Text Example

White with #D2249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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