Html Css Color HEX #D30489 Medium Violet Red

📋 copy color: '#D30489'

red 211 ◦ green 4 ◦ blue 137

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

Shades of Medium Violet Red #D30489

Tints of Medium Violet Red #D30489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 59.94%
G = 1.14%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D30489 (or 0xD30489) is known color: Medium Violet Red. HEX triplet: D3, 04 and 89. RGB value is (211,4,137). Sum of RGB (Red+Green+Blue) = 211+4+137=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D30489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30489 is #2CFB76. Grayscale: #505050. Windows color (decimal): -2947959 or 8979667. OLE color: 8979667.

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

Color convert

RGB 211 4 137 -
CMYK 0 0.98 0.35 0.17
HSL 321.45º 0.96% 0.42% -
HSV(B) 321.45º 0.98% 0.83% -
XYZ 31.42 15.74 25.05 -
YUV 81.06 159.58 220.69 -
System Red Green Blue C M Y K H S L
Decimal 211 4 137 0 0.98 0.35 0.17 321.45 0.96 0.42
Hex D3 4 89 0 62 23 11 141 60 2A
Octal 323 4 211 0 142 43 21 501 140 52
Binary 11010011 100 10001001 0 1100010 100011 10001 101000001 1100000 101010

Color Harmonies of #D30489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30489

Black with #D30489

Text Example


Text Example

White with #D30489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30489; }

 p { color: rgb(211,4,137); }

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

background-color css

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

 a { background-color: rgb(211,4,137); }

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

border-color css

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

 span { border-color: rgb(211,4,137); }

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