Html Css Color HEX #D60575 Medium Violet Red

📋 copy color: '#D60575'

red 214 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #D60575

Tints of Medium Violet Red #D60575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 63.69%
G = 1.49%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D60575 (or 0xD60575) is known color: Medium Violet Red. HEX triplet: D6, 05 and 75. RGB value is (214,5,117). Sum of RGB (Red+Green+Blue) = 214+5+117=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D60575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60575 is #29FA8A. Grayscale: #505050. Windows color (decimal): -2751115 or 7669206. OLE color: 7669206.

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

Color convert

RGB 214 5 117 -
CMYK 0 0.98 0.45 0.16
HSL 327.85º 0.95% 0.43% -
HSV(B) 327.85º 0.98% 0.84% -
XYZ 31 15.69 18.22 -
YUV 80.26 148.74 223.39 -
System Red Green Blue C M Y K H S L
Decimal 214 5 117 0 0.98 0.45 0.16 327.85 0.95 0.43
Hex D6 5 75 0 62 2D 10 148 5F 2B
Octal 326 5 165 0 142 55 20 510 137 53
Binary 11010110 101 1110101 0 1100010 101101 10000 101001000 1011111 101011

Color Harmonies of #D60575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60575

Black with #D60575

Text Example


Text Example

White with #D60575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60575; }

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

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

background-color css

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

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

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

border-color css

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

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

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