Html Css Color HEX #D60075 Medium Violet Red

📋 copy color: '#D60075'

red 214 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #D60075

Tints of Medium Violet Red #D60075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.65%
G = 0%
B = 35.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D60075 (or 0xD60075) is known color: Medium Violet Red. HEX triplet: D6, 00 and 75. RGB value is (214,0,117). Sum of RGB (Red+Green+Blue) = 214+0+117=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D60075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60075 is #29FF8A. Grayscale: #4D4D4D. Windows color (decimal): -2752395 or 7667926. OLE color: 7667926.

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

Color convert

RGB 214 0 117 -
CMYK 0 1 0.45 0.16
HSL 327.2º 1% 0.42% -
HSV(B) 327.2º 1% 0.84% -
XYZ 30.94 15.58 18.21 -
YUV 77.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 214 0 117 0 1 0.45 0.16 327.2 1 0.42
Hex D6 0 75 0 64 2D 10 147 64 2A
Octal 326 0 165 0 144 55 20 507 144 52
Binary 11010110 0 1110101 0 1100100 101101 10000 101000111 1100100 101010

Color Harmonies of #D60075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60075

Black with #D60075

Text Example


Text Example

White with #D60075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60075; }

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

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

background-color css

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

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

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

border-color css

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

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

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