Html Css Color HEX #D30278 Medium Violet Red

📋 copy color: '#D30278'

red 211 ◦ green 2 ◦ blue 120

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

Shades of Medium Violet Red #D30278

Tints of Medium Violet Red #D30278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.04%

R = 63.36%
G = 0.6%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D30278 (or 0xD30278) is known color: Medium Violet Red. HEX triplet: D3, 02 and 78. RGB value is (211,2,120). Sum of RGB (Red+Green+Blue) = 211+2+120=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D30278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30278 is #2CFD87. Grayscale: #4D4D4D. Windows color (decimal): -2948488 or 7865043. OLE color: 7865043.

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

Color convert

RGB 211 2 120 -
CMYK 0 0.99 0.43 0.17
HSL 326.12º 0.98% 0.42% -
HSV(B) 326.12º 0.99% 0.83% -
XYZ 30.28 15.25 19.12 -
YUV 77.94 151.74 222.91 -
System Red Green Blue C M Y K H S L
Decimal 211 2 120 0 0.99 0.43 0.17 326.12 0.98 0.42
Hex D3 2 78 0 63 2B 11 146 62 2A
Octal 323 2 170 0 143 53 21 506 142 52
Binary 11010011 10 1111000 0 1100011 101011 10001 101000110 1100010 101010

Color Harmonies of #D30278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30278

Black with #D30278

Text Example


Text Example

White with #D30278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30278; }

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

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

background-color css

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

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

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

border-color css

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

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

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