Html Css Color HEX #D60285 Medium Violet Red

📋 copy color: '#D60285'

red 214 ◦ green 2 ◦ blue 133

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

Shades of Medium Violet Red #D60285

Tints of Medium Violet Red #D60285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 61.32%
G = 0.57%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D60285 (or 0xD60285) is known color: Medium Violet Red. HEX triplet: D6, 02 and 85. RGB value is (214,2,133). Sum of RGB (Red+Green+Blue) = 214+2+133=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D60285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60285 is #29FD7A. Grayscale: #505050. Windows color (decimal): -2751867 or 8717014. OLE color: 8717014.

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

Color convert

RGB 214 2 133 -
CMYK 0 0.99 0.38 0.16
HSL 322.92º 0.98% 0.42% -
HSV(B) 322.92º 0.99% 0.84% -
XYZ 31.99 16.03 23.6 -
YUV 80.32 157.74 223.35 -
System Red Green Blue C M Y K H S L
Decimal 214 2 133 0 0.99 0.38 0.16 322.92 0.98 0.42
Hex D6 2 85 0 63 26 10 143 62 2A
Octal 326 2 205 0 143 46 20 503 142 52
Binary 11010110 10 10000101 0 1100011 100110 10000 101000011 1100010 101010

Color Harmonies of #D60285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60285

Black with #D60285

Text Example


Text Example

White with #D60285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60285; }

 p { color: rgb(214,2,133); }

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

background-color css

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

 a { background-color: rgb(214,2,133); }

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

border-color css

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

 span { border-color: rgb(214,2,133); }

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