Html Css Color HEX #D5229C Medium Violet Red

📋 copy color: '#D5229C'

red 213 ◦ green 34 ◦ blue 156

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

Shades of Medium Violet Red #D5229C

Tints of Medium Violet Red #D5229C

RGB

 RED value IS 213 (83.59% from 255) = 52.85%

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

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

R = 52.85%
G = 8.44%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5229C (or 0xD5229C) is known color: Medium Violet Red. HEX triplet: D5, 22 and 9C. RGB value is (213,34,156). Sum of RGB (Red+Green+Blue) = 213+34+156=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5229C is #2ADD63. Grayscale: #656565. Windows color (decimal): -2809188 or 10232533. OLE color: 10232533.

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

Color convert

RGB 213 34 156 -
CMYK 0 0.84 0.27 0.16
HSL 319.11º 0.72% 0.48% -
HSV(B) 319.11º 0.84% 0.84% -
XYZ 34.01 17.69 33.07 -
YUV 101.43 158.8 207.58 -
System Red Green Blue C M Y K H S L
Decimal 213 34 156 0 0.84 0.27 0.16 319.11 0.72 0.48
Hex D5 22 9C 0 54 1B 10 13F 48 30
Octal 325 42 234 0 124 33 20 477 110 60
Binary 11010101 100010 10011100 0 1010100 11011 10000 100111111 1001000 110000

Color Harmonies of #D5229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5229C

Black with #D5229C

Text Example


Text Example

White with #D5229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5229C; }

 p { color: rgb(213,34,156); }

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

background-color css

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

 a { background-color: rgb(213,34,156); }

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

border-color css

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

 span { border-color: rgb(213,34,156); }

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