Html Css Color HEX #D61479 Medium Violet Red

📋 copy color: '#D61479'

red 214 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #D61479

Tints of Medium Violet Red #D61479

RGB

 RED value IS 214 (83.98% from 255) = 60.28%

 GREEN value IS 20 (8.2% from 255) = 5.63%

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 60.28%
G = 5.63%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D61479 (or 0xD61479) is known color: Medium Violet Red. HEX triplet: D6, 14 and 79. RGB value is (214,20,121). Sum of RGB (Red+Green+Blue) = 214+20+121=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D61479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61479 is #29EB86. Grayscale: #595959. Windows color (decimal): -2747271 or 7935190. OLE color: 7935190.

HSL color Cylindrical-coordinate representation of color #D61479: hue angle of 328.76º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61479 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 121 -
CMYK 0 0.91 0.43 0.16
HSL 328.76º 0.83% 0.46% -
HSV(B) 328.76º 0.91% 0.84% -
XYZ 31.43 16.18 19.55 -
YUV 89.52 145.77 216.79 -
System Red Green Blue C M Y K H S L
Decimal 214 20 121 0 0.91 0.43 0.16 328.76 0.83 0.46
Hex D6 14 79 0 5B 2B 10 149 53 2E
Octal 326 24 171 0 133 53 20 511 123 56
Binary 11010110 10100 1111001 0 1011011 101011 10000 101001001 1010011 101110

Color Harmonies of #D61479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61479

Black with #D61479

Text Example


Text Example

White with #D61479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61479; }

 p { color: rgb(214,20,121); }

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

background-color css

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

 a { background-color: rgb(214,20,121); }

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

border-color css

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

 span { border-color: rgb(214,20,121); }

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