Html Css Color HEX #D30390 Medium Violet Red

📋 copy color: '#D30390'

red 211 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #D30390

Tints of Medium Violet Red #D30390

RGB

 RED value IS 211 (82.81% from 255) = 58.94%

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 58.94%
G = 0.84%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D30390 (or 0xD30390) is known color: Medium Violet Red. HEX triplet: D3, 03 and 90. RGB value is (211,3,144). Sum of RGB (Red+Green+Blue) = 211+3+144=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D30390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30390 is #2CFC6F. Grayscale: #505050. Windows color (decimal): -2948208 or 9438163. OLE color: 9438163.

HSL color Cylindrical-coordinate representation of color #D30390: hue angle of 319.33º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30390 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 3 144 -
CMYK 0 0.99 0.32 0.17
HSL 319.33º 0.97% 0.42% -
HSV(B) 319.33º 0.99% 0.83% -
XYZ 31.93 15.93 27.78 -
YUV 81.27 163.41 220.54 -
System Red Green Blue C M Y K H S L
Decimal 211 3 144 0 0.99 0.32 0.17 319.33 0.97 0.42
Hex D3 3 90 0 63 20 11 13F 61 2A
Octal 323 3 220 0 143 40 21 477 141 52
Binary 11010011 11 10010000 0 1100011 100000 10001 100111111 1100001 101010

Color Harmonies of #D30390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30390

Black with #D30390

Text Example


Text Example

White with #D30390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30390; }

 p { color: rgb(211,3,144); }

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

background-color css

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

 a { background-color: rgb(211,3,144); }

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

border-color css

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

 span { border-color: rgb(211,3,144); }

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