Html Css Color HEX #D30874 Medium Violet Red

📋 copy color: '#D30874'

red 211 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #D30874

Tints of Medium Violet Red #D30874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.39%

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 62.99%
G = 2.39%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D30874 (or 0xD30874) is known color: Medium Violet Red. HEX triplet: D3, 08 and 74. RGB value is (211,8,116). Sum of RGB (Red+Green+Blue) = 211+8+116=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D30874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30874 is #2CF78B. Grayscale: #505050. Windows color (decimal): -2946956 or 7604435. OLE color: 7604435.

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

Color convert

RGB 211 8 116 -
CMYK 0 0.96 0.45 0.17
HSL 328.08º 0.93% 0.43% -
HSV(B) 328.08º 0.96% 0.83% -
XYZ 30.1 15.28 17.89 -
YUV 81.01 147.75 220.72 -
System Red Green Blue C M Y K H S L
Decimal 211 8 116 0 0.96 0.45 0.17 328.08 0.93 0.43
Hex D3 8 74 0 60 2D 11 148 5D 2B
Octal 323 10 164 0 140 55 21 510 135 53
Binary 11010011 1000 1110100 0 1100000 101101 10001 101001000 1011101 101011

Color Harmonies of #D30874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30874

Black with #D30874

Text Example


Text Example

White with #D30874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30874; }

 p { color: rgb(211,8,116); }

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

background-color css

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

 a { background-color: rgb(211,8,116); }

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

border-color css

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

 span { border-color: rgb(211,8,116); }

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