Html Css Color HEX #D4229D Medium Violet Red

📋 copy color: '#D4229D'

red 212 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #D4229D

Tints of Medium Violet Red #D4229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 52.61%
G = 8.44%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4229D (or 0xD4229D) is known color: Medium Violet Red. HEX triplet: D4, 22 and 9D. RGB value is (212,34,157). Sum of RGB (Red+Green+Blue) = 212+34+157=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4229D is #2BDD62. Grayscale: #646464. Windows color (decimal): -2874723 or 10298068. OLE color: 10298068.

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

Color convert

RGB 212 34 157 -
CMYK 0 0.84 0.26 0.17
HSL 318.54º 0.72% 0.48% -
HSV(B) 318.54º 0.84% 0.83% -
XYZ 33.81 17.58 33.51 -
YUV 101.24 159.47 207 -
System Red Green Blue C M Y K H S L
Decimal 212 34 157 0 0.84 0.26 0.17 318.54 0.72 0.48
Hex D4 22 9D 0 54 1A 11 13F 48 30
Octal 324 42 235 0 124 32 21 477 110 60
Binary 11010100 100010 10011101 0 1010100 11010 10001 100111111 1001000 110000

Color Harmonies of #D4229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4229D

Black with #D4229D

Text Example


Text Example

White with #D4229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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