Html Css Color HEX #D60875 Medium Violet Red

📋 copy color: '#D60875'

red 214 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #D60875

Tints of Medium Violet Red #D60875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.36%

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

R = 63.13%
G = 2.36%
B = 34.51%

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

#D60875 (or 0xD60875) is known color: Medium Violet Red. HEX triplet: D6, 08 and 75. RGB value is (214,8,117). Sum of RGB (Red+Green+Blue) = 214+8+117=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D60875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60875 is #29F78A. Grayscale: #515151. Windows color (decimal): -2750347 or 7669974. OLE color: 7669974.

HSL color Cylindrical-coordinate representation of color #D60875: hue angle of 328.25º degrees, saturation: 0.93, 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 #D60875 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 117 -
CMYK 0 0.96 0.45 0.16
HSL 328.25º 0.93% 0.44% -
HSV(B) 328.25º 0.96% 0.84% -
XYZ 31.03 15.75 18.24 -
YUV 82.02 147.75 222.14 -
System Red Green Blue C M Y K H S L
Decimal 214 8 117 0 0.96 0.45 0.16 328.25 0.93 0.44
Hex D6 8 75 0 60 2D 10 148 5D 2C
Octal 326 10 165 0 140 55 20 510 135 54
Binary 11010110 1000 1110101 0 1100000 101101 10000 101001000 1011101 101100

Color Harmonies of #D60875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60875

Black with #D60875

Text Example


Text Example

White with #D60875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60875; }

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

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

background-color css

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

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

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

border-color css

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

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

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