Html Css Color HEX #D61475 Medium Violet Red

📋 copy color: '#D61475'

red 214 ◦ green 20 ◦ blue 117

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

Shades of Medium Violet Red #D61475

Tints of Medium Violet Red #D61475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 60.97%
G = 5.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D61475 (or 0xD61475) is known color: Medium Violet Red. HEX triplet: D6, 14 and 75. RGB value is (214,20,117). Sum of RGB (Red+Green+Blue) = 214+20+117=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D61475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61475 is #29EB8A. Grayscale: #585858. Windows color (decimal): -2747275 or 7673046. OLE color: 7673046.

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

Color convert

RGB 214 20 117 -
CMYK 0 0.91 0.45 0.16
HSL 330º 0.83% 0.46% -
HSV(B) 330º 0.91% 0.84% -
XYZ 31.19 16.08 18.29 -
YUV 89.06 143.77 217.11 -
System Red Green Blue C M Y K H S L
Decimal 214 20 117 0 0.91 0.45 0.16 330 0.83 0.46
Hex D6 14 75 0 5B 2D 10 14A 53 2E
Octal 326 24 165 0 133 55 20 512 123 56
Binary 11010110 10100 1110101 0 1011011 101101 10000 101001010 1010011 101110

Color Harmonies of #D61475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61475

Black with #D61475

Text Example


Text Example

White with #D61475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61475; }

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

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

background-color css

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

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

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

border-color css

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

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

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