Html Css Color HEX #D21073 Medium Violet Red

📋 copy color: '#D21073'

red 210 ◦ green 16 ◦ blue 115

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

Shades of Medium Violet Red #D21073

Tints of Medium Violet Red #D21073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.69%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 61.58%
G = 4.69%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21073 (or 0xD21073) is known color: Medium Violet Red. HEX triplet: D2, 10 and 73. RGB value is (210,16,115). Sum of RGB (Red+Green+Blue) = 210+16+115=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D21073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21073 is #2DEF8C. Grayscale: #555555. Windows color (decimal): -3010445 or 7540946. OLE color: 7540946.

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

Color convert

RGB 210 16 115 -
CMYK 0 0.92 0.45 0.18
HSL 329.38º 0.86% 0.44% -
HSV(B) 329.38º 0.92% 0.82% -
XYZ 29.86 15.31 17.6 -
YUV 85.29 144.77 216.95 -
System Red Green Blue C M Y K H S L
Decimal 210 16 115 0 0.92 0.45 0.18 329.38 0.86 0.44
Hex D2 10 73 0 5C 2D 12 149 56 2C
Octal 322 20 163 0 134 55 22 511 126 54
Binary 11010010 10000 1110011 0 1011100 101101 10010 101001001 1010110 101100

Color Harmonies of #D21073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21073

Black with #D21073

Text Example


Text Example

White with #D21073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21073; }

 p { color: rgb(210,16,115); }

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

background-color css

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

 a { background-color: rgb(210,16,115); }

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

border-color css

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

 span { border-color: rgb(210,16,115); }

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