Html Css Color HEX #D60290 Medium Violet Red

📋 copy color: '#D60290'

red 214 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #D60290

Tints of Medium Violet Red #D60290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40%

R = 59.44%
G = 0.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D60290 (or 0xD60290) is known color: Medium Violet Red. HEX triplet: D6, 02 and 90. RGB value is (214,2,144). Sum of RGB (Red+Green+Blue) = 214+2+144=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D60290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60290 is #29FD6F. Grayscale: #515151. Windows color (decimal): -2751856 or 9437910. OLE color: 9437910.

HSL color Cylindrical-coordinate representation of color #D60290: hue angle of 319.81º 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 #D60290 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 144 -
CMYK 0 0.99 0.33 0.16
HSL 319.81º 0.98% 0.42% -
HSV(B) 319.81º 0.99% 0.84% -
XYZ 32.79 16.35 27.81 -
YUV 81.58 163.24 222.45 -
System Red Green Blue C M Y K H S L
Decimal 214 2 144 0 0.99 0.33 0.16 319.81 0.98 0.42
Hex D6 2 90 0 63 21 10 140 62 2A
Octal 326 2 220 0 143 41 20 500 142 52
Binary 11010110 10 10010000 0 1100011 100001 10000 101000000 1100010 101010

Color Harmonies of #D60290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60290

Black with #D60290

Text Example


Text Example

White with #D60290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60290; }

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

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

background-color css

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

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

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

border-color css

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

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

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