Html Css Color HEX #D20675 Medium Violet Red

📋 copy color: '#D20675'

red 210 ◦ green 6 ◦ blue 117

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

Shades of Medium Violet Red #D20675

Tints of Medium Violet Red #D20675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 63.06%
G = 1.8%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20675 (or 0xD20675) is known color: Medium Violet Red. HEX triplet: D2, 06 and 75. RGB value is (210,6,117). Sum of RGB (Red+Green+Blue) = 210+6+117=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D20675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20675 is #2DF98A. Grayscale: #4F4F4F. Windows color (decimal): -3013003 or 7669458. OLE color: 7669458.

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

Color convert

RGB 210 6 117 -
CMYK 0 0.97 0.44 0.18
HSL 327.35º 0.94% 0.42% -
HSV(B) 327.35º 0.97% 0.82% -
XYZ 29.85 15.12 18.17 -
YUV 79.65 149.09 220.97 -
System Red Green Blue C M Y K H S L
Decimal 210 6 117 0 0.97 0.44 0.18 327.35 0.94 0.42
Hex D2 6 75 0 61 2C 12 147 5E 2A
Octal 322 6 165 0 141 54 22 507 136 52
Binary 11010010 110 1110101 0 1100001 101100 10010 101000111 1011110 101010

Color Harmonies of #D20675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20675

Black with #D20675

Text Example


Text Example

White with #D20675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20675; }

 p { color: rgb(210,6,117); }

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

background-color css

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

 a { background-color: rgb(210,6,117); }

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

border-color css

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

 span { border-color: rgb(210,6,117); }

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