Html Css Color HEX #D60375 Medium Violet Red

📋 copy color: '#D60375'

red 214 ◦ green 3 ◦ blue 117

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

Shades of Medium Violet Red #D60375

Tints of Medium Violet Red #D60375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 64.07%
G = 0.9%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D60375 (or 0xD60375) is known color: Medium Violet Red. HEX triplet: D6, 03 and 75. RGB value is (214,3,117). Sum of RGB (Red+Green+Blue) = 214+3+117=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D60375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60375 is #29FC8A. Grayscale: #4E4E4E. Windows color (decimal): -2751627 or 7668694. OLE color: 7668694.

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

Color convert

RGB 214 3 117 -
CMYK 0 0.99 0.45 0.16
HSL 327.58º 0.97% 0.43% -
HSV(B) 327.58º 0.99% 0.84% -
XYZ 30.98 15.65 18.22 -
YUV 79.09 149.4 224.23 -
System Red Green Blue C M Y K H S L
Decimal 214 3 117 0 0.99 0.45 0.16 327.58 0.97 0.43
Hex D6 3 75 0 63 2D 10 148 61 2B
Octal 326 3 165 0 143 55 20 510 141 53
Binary 11010110 11 1110101 0 1100011 101101 10000 101001000 1100001 101011

Color Harmonies of #D60375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60375

Black with #D60375

Text Example


Text Example

White with #D60375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60375; }

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

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

background-color css

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

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

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

border-color css

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

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

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