Html Css Color HEX #D30290 Medium Violet Red

📋 copy color: '#D30290'

red 211 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #D30290

Tints of Medium Violet Red #D30290

RGB

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

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

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

R = 59.1%
G = 0.56%
B = 40.34%

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

#D30290 (or 0xD30290) is known color: Medium Violet Red. HEX triplet: D3, 02 and 90. RGB value is (211,2,144). Sum of RGB (Red+Green+Blue) = 211+2+144=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D30290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30290 is #2CFD6F. Grayscale: #505050. Windows color (decimal): -2948464 or 9437907. OLE color: 9437907.

HSL color Cylindrical-coordinate representation of color #D30290: hue angle of 319.23º degrees, saturation: 0.98, 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 #D30290 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 2 144 -
CMYK 0 0.99 0.32 0.17
HSL 319.23º 0.98% 0.42% -
HSV(B) 319.23º 0.99% 0.83% -
XYZ 31.92 15.91 27.77 -
YUV 80.68 163.74 220.95 -
System Red Green Blue C M Y K H S L
Decimal 211 2 144 0 0.99 0.32 0.17 319.23 0.98 0.42
Hex D3 2 90 0 63 20 11 13F 62 2A
Octal 323 2 220 0 143 40 21 477 142 52
Binary 11010011 10 10010000 0 1100011 100000 10001 100111111 1100010 101010

Color Harmonies of #D30290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30290

Black with #D30290

Text Example


Text Example

White with #D30290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30290; }

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

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

background-color css

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

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

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

border-color css

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

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

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