Html Css Color HEX #D20690 Medium Violet Red

📋 copy color: '#D20690'

red 210 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #D20690

Tints of Medium Violet Red #D20690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40%

R = 58.33%
G = 1.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D20690 (or 0xD20690) is known color: Medium Violet Red. HEX triplet: D2, 06 and 90. RGB value is (210,6,144). Sum of RGB (Red+Green+Blue) = 210+6+144=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D20690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20690 is #2DF96F. Grayscale: #525252. Windows color (decimal): -3012976 or 9438930. OLE color: 9438930.

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

Color convert

RGB 210 6 144 -
CMYK 0 0.97 0.31 0.18
HSL 319.41º 0.94% 0.42% -
HSV(B) 319.41º 0.97% 0.82% -
XYZ 31.68 15.85 27.77 -
YUV 82.73 162.59 218.78 -
System Red Green Blue C M Y K H S L
Decimal 210 6 144 0 0.97 0.31 0.18 319.41 0.94 0.42
Hex D2 6 90 0 61 1F 12 13F 5E 2A
Octal 322 6 220 0 141 37 22 477 136 52
Binary 11010010 110 10010000 0 1100001 11111 10010 100111111 1011110 101010

Color Harmonies of #D20690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20690

Black with #D20690

Text Example


Text Example

White with #D20690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20690; }

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

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

background-color css

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

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

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

border-color css

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

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

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