Html Css Color HEX #D20276 Medium Violet Red

📋 copy color: '#D20276'

red 210 ◦ green 2 ◦ blue 118

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

Shades of Medium Violet Red #D20276

Tints of Medium Violet Red #D20276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 63.64%
G = 0.61%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20276 (or 0xD20276) is known color: Medium Violet Red. HEX triplet: D2, 02 and 76. RGB value is (210,2,118). Sum of RGB (Red+Green+Blue) = 210+2+118=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D20276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20276 is #2DFD89. Grayscale: #4D4D4D. Windows color (decimal): -3014026 or 7733970. OLE color: 7733970.

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

Color convert

RGB 210 2 118 -
CMYK 0 0.99 0.44 0.18
HSL 326.54º 0.98% 0.42% -
HSV(B) 326.54º 0.99% 0.82% -
XYZ 29.87 15.05 18.47 -
YUV 77.42 150.91 222.57 -
System Red Green Blue C M Y K H S L
Decimal 210 2 118 0 0.99 0.44 0.18 326.54 0.98 0.42
Hex D2 2 76 0 63 2C 12 147 62 2A
Octal 322 2 166 0 143 54 22 507 142 52
Binary 11010010 10 1110110 0 1100011 101100 10010 101000111 1100010 101010

Color Harmonies of #D20276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20276

Black with #D20276

Text Example


Text Example

White with #D20276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20276; }

 p { color: rgb(210,2,118); }

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

background-color css

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

 a { background-color: rgb(210,2,118); }

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

border-color css

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

 span { border-color: rgb(210,2,118); }

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