Html Css Color HEX #D21074 Medium Violet Red

📋 copy color: '#D21074'

red 210 ◦ green 16 ◦ blue 116

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

Shades of Medium Violet Red #D21074

Tints of Medium Violet Red #D21074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 61.4%
G = 4.68%
B = 33.92%

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

#D21074 (or 0xD21074) is known color: Medium Violet Red. HEX triplet: D2, 10 and 74. RGB value is (210,16,116). Sum of RGB (Red+Green+Blue) = 210+16+116=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D21074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21074 is #2DEF8B. Grayscale: #555555. Windows color (decimal): -3010444 or 7606482. OLE color: 7606482.

HSL color Cylindrical-coordinate representation of color #D21074: hue angle of 329.07º 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 #D21074 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 16 116 -
CMYK 0 0.92 0.45 0.18
HSL 329.07º 0.86% 0.44% -
HSV(B) 329.07º 0.92% 0.82% -
XYZ 29.92 15.33 17.91 -
YUV 85.41 145.27 216.87 -
System Red Green Blue C M Y K H S L
Decimal 210 16 116 0 0.92 0.45 0.18 329.07 0.86 0.44
Hex D2 10 74 0 5C 2D 12 149 56 2C
Octal 322 20 164 0 134 55 22 511 126 54
Binary 11010010 10000 1110100 0 1011100 101101 10010 101001001 1010110 101100

Color Harmonies of #D21074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21074

Black with #D21074

Text Example


Text Example

White with #D21074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21074; }

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

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

background-color css

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

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

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

border-color css

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

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

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