Html Css Color HEX #D61474 Medium Violet Red

📋 copy color: '#D61474'

red 214 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #D61474

Tints of Medium Violet Red #D61474

RGB

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

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

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

R = 61.14%
G = 5.71%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D61474 (or 0xD61474) is known color: Medium Violet Red. HEX triplet: D6, 14 and 74. RGB value is (214,20,116). Sum of RGB (Red+Green+Blue) = 214+20+116=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D61474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61474 is #29EB8B. Grayscale: #585858. Windows color (decimal): -2747276 or 7607510. OLE color: 7607510.

HSL color Cylindrical-coordinate representation of color #D61474: hue angle of 330.31º 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 #D61474 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 116 -
CMYK 0 0.91 0.46 0.16
HSL 330.31º 0.83% 0.46% -
HSV(B) 330.31º 0.91% 0.84% -
XYZ 31.13 16.06 17.98 -
YUV 88.95 143.27 217.19 -
System Red Green Blue C M Y K H S L
Decimal 214 20 116 0 0.91 0.46 0.16 330.31 0.83 0.46
Hex D6 14 74 0 5B 2E 10 14A 53 2E
Octal 326 24 164 0 133 56 20 512 123 56
Binary 11010110 10100 1110100 0 1011011 101110 10000 101001010 1010011 101110

Color Harmonies of #D61474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61474

Black with #D61474

Text Example


Text Example

White with #D61474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61474; }

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

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

background-color css

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

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

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

border-color css

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

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

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