Html Css Color HEX #D3229F Medium Violet Red

📋 copy color: '#D3229F'

red 211 ◦ green 34 ◦ blue 159

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

Shades of Medium Violet Red #D3229F

Tints of Medium Violet Red #D3229F

RGB

 RED value IS 211 (82.81% from 255) = 52.23%

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

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

R = 52.23%
G = 8.42%
B = 39.36%

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

#D3229F (or 0xD3229F) is known color: Medium Violet Red. HEX triplet: D3, 22 and 9F. RGB value is (211,34,159). Sum of RGB (Red+Green+Blue) = 211+34+159=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3229F is #2CDD60. Grayscale: #646464. Windows color (decimal): -2940257 or 10429139. OLE color: 10429139.

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

Color convert

RGB 211 34 159 -
CMYK 0 0.84 0.25 0.17
HSL 317.63º 0.72% 0.48% -
HSV(B) 317.63º 0.84% 0.83% -
XYZ 33.69 17.5 34.4 -
YUV 101.17 160.64 206.34 -
System Red Green Blue C M Y K H S L
Decimal 211 34 159 0 0.84 0.25 0.17 317.63 0.72 0.48
Hex D3 22 9F 0 54 19 11 13E 48 30
Octal 323 42 237 0 124 31 21 476 110 60
Binary 11010011 100010 10011111 0 1010100 11001 10001 100111110 1001000 110000

Color Harmonies of #D3229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3229F

Black with #D3229F

Text Example


Text Example

White with #D3229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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