Html Css Color HEX #D60975 Medium Violet Red

📋 copy color: '#D60975'

red 214 ◦ green 9 ◦ blue 117

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

Shades of Medium Violet Red #D60975

Tints of Medium Violet Red #D60975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

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

R = 62.94%
G = 2.65%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D60975 (or 0xD60975) is known color: Medium Violet Red. HEX triplet: D6, 09 and 75. RGB value is (214,9,117). Sum of RGB (Red+Green+Blue) = 214+9+117=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D60975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60975 is #29F68A. Grayscale: #525252. Windows color (decimal): -2750091 or 7670230. OLE color: 7670230.

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

Color convert

RGB 214 9 117 -
CMYK 0 0.96 0.45 0.16
HSL 328.39º 0.92% 0.44% -
HSV(B) 328.39º 0.96% 0.84% -
XYZ 31.04 15.78 18.24 -
YUV 82.61 147.42 221.72 -
System Red Green Blue C M Y K H S L
Decimal 214 9 117 0 0.96 0.45 0.16 328.39 0.92 0.44
Hex D6 9 75 0 60 2D 10 148 5C 2C
Octal 326 11 165 0 140 55 20 510 134 54
Binary 11010110 1001 1110101 0 1100000 101101 10000 101001000 1011100 101100

Color Harmonies of #D60975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60975

Black with #D60975

Text Example


Text Example

White with #D60975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60975; }

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

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

background-color css

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

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

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

border-color css

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

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

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