Html Css Color HEX #D4229F Medium Violet Red

📋 copy color: '#D4229F'

red 212 ◦ green 34 ◦ blue 159

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

Shades of Medium Violet Red #D4229F

Tints of Medium Violet Red #D4229F

RGB

 RED value IS 212 (83.2% from 255) = 52.35%

 GREEN value IS 34 (13.67% from 255) = 8.4%

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

R = 52.35%
G = 8.4%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4229F (or 0xD4229F) is known color: Medium Violet Red. HEX triplet: D4, 22 and 9F. RGB value is (212,34,159). Sum of RGB (Red+Green+Blue) = 212+34+159=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4229F is #2BDD60. Grayscale: #656565. Windows color (decimal): -2874721 or 10429140. OLE color: 10429140.

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

Color convert

RGB 212 34 159 -
CMYK 0 0.84 0.25 0.17
HSL 317.87º 0.72% 0.48% -
HSV(B) 317.87º 0.84% 0.83% -
XYZ 33.98 17.64 34.42 -
YUV 101.47 160.47 206.84 -
System Red Green Blue C M Y K H S L
Decimal 212 34 159 0 0.84 0.25 0.17 317.87 0.72 0.48
Hex D4 22 9F 0 54 19 11 13E 48 30
Octal 324 42 237 0 124 31 21 476 110 60
Binary 11010100 100010 10011111 0 1010100 11001 10001 100111110 1001000 110000

Color Harmonies of #D4229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4229F

Black with #D4229F

Text Example


Text Example

White with #D4229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4229F; }

 p { color: rgb(212,34,159); }

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

background-color css

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

 a { background-color: rgb(212,34,159); }

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

border-color css

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

 span { border-color: rgb(212,34,159); }

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