Html Css Color HEX #D21295 Medium Violet Red

📋 copy color: '#D21295'

red 210 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #D21295

Tints of Medium Violet Red #D21295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 55.7%
G = 4.77%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D21295 (or 0xD21295) is known color: Medium Violet Red. HEX triplet: D2, 12 and 95. RGB value is (210,18,149). Sum of RGB (Red+Green+Blue) = 210+18+149=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D21295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21295 is #2DED6A. Grayscale: #5A5A5A. Windows color (decimal): -3009899 or 9769682. OLE color: 9769682.

HSL color Cylindrical-coordinate representation of color #D21295: hue angle of 319.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21295 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 149 -
CMYK 0 0.91 0.29 0.18
HSL 319.06º 0.84% 0.45% -
HSV(B) 319.06º 0.91% 0.82% -
XYZ 32.22 16.3 29.88 -
YUV 90.34 161.11 213.35 -
System Red Green Blue C M Y K H S L
Decimal 210 18 149 0 0.91 0.29 0.18 319.06 0.84 0.45
Hex D2 12 95 0 5B 1D 12 13F 54 2D
Octal 322 22 225 0 133 35 22 477 124 55
Binary 11010010 10010 10010101 0 1011011 11101 10010 100111111 1010100 101101

Color Harmonies of #D21295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21295

Black with #D21295

Text Example


Text Example

White with #D21295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21295; }

 p { color: rgb(210,18,149); }

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

background-color css

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

 a { background-color: rgb(210,18,149); }

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

border-color css

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

 span { border-color: rgb(210,18,149); }

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