Html Css Color HEX #D60675 Medium Violet Red

📋 copy color: '#D60675'

red 214 ◦ green 6 ◦ blue 117

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

Shades of Medium Violet Red #D60675

Tints of Medium Violet Red #D60675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 63.5%
G = 1.78%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D60675 (or 0xD60675) is known color: Medium Violet Red. HEX triplet: D6, 06 and 75. RGB value is (214,6,117). Sum of RGB (Red+Green+Blue) = 214+6+117=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D60675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60675 is #29F98A. Grayscale: #505050. Windows color (decimal): -2750859 or 7669462. OLE color: 7669462.

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

Color convert

RGB 214 6 117 -
CMYK 0 0.97 0.45 0.16
HSL 327.98º 0.95% 0.43% -
HSV(B) 327.98º 0.97% 0.84% -
XYZ 31.01 15.71 18.23 -
YUV 80.85 148.41 222.97 -
System Red Green Blue C M Y K H S L
Decimal 214 6 117 0 0.97 0.45 0.16 327.98 0.95 0.43
Hex D6 6 75 0 61 2D 10 148 5F 2B
Octal 326 6 165 0 141 55 20 510 137 53
Binary 11010110 110 1110101 0 1100001 101101 10000 101001000 1011111 101011

Color Harmonies of #D60675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60675

Black with #D60675

Text Example


Text Example

White with #D60675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60675; }

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

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

background-color css

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

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

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

border-color css

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

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

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