Html Css Color HEX #D60D75 Medium Violet Red

📋 copy color: '#D60D75'

red 214 ◦ green 13 ◦ blue 117

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

Shades of Medium Violet Red #D60D75

Tints of Medium Violet Red #D60D75

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.78%

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

R = 62.21%
G = 3.78%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D60D75 (or 0xD60D75) is known color: Medium Violet Red. HEX triplet: D6, 0D and 75. RGB value is (214,13,117). Sum of RGB (Red+Green+Blue) = 214+13+117=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D75 is #29F28A. Grayscale: #545454. Windows color (decimal): -2749067 or 7671254. OLE color: 7671254.

HSL color Cylindrical-coordinate representation of color #D60D75: hue angle of 328.96º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D75 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 13 117 -
CMYK 0 0.94 0.45 0.16
HSL 328.96º 0.89% 0.45% -
HSV(B) 328.96º 0.94% 0.84% -
XYZ 31.09 15.87 18.25 -
YUV 84.96 146.09 220.04 -
System Red Green Blue C M Y K H S L
Decimal 214 13 117 0 0.94 0.45 0.16 328.96 0.89 0.45
Hex D6 D 75 0 5E 2D 10 149 59 2D
Octal 326 15 165 0 136 55 20 511 131 55
Binary 11010110 1101 1110101 0 1011110 101101 10000 101001001 1011001 101101

Color Harmonies of #D60D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D75

Black with #D60D75

Text Example


Text Example

White with #D60D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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