Html Css Color HEX #D60481 Medium Violet Red

📋 copy color: '#D60481'

red 214 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #D60481

Tints of Medium Violet Red #D60481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 129 (50.78% from 255) = 37.18%

R = 61.67%
G = 1.15%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D60481 (or 0xD60481) is known color: Medium Violet Red. HEX triplet: D6, 04 and 81. RGB value is (214,4,129). Sum of RGB (Red+Green+Blue) = 214+4+129=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D60481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60481 is #29FB7E. Grayscale: #505050. Windows color (decimal): -2751359 or 8455382. OLE color: 8455382.

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

Color convert

RGB 214 4 129 -
CMYK 0 0.98 0.40 0.16
HSL 324.29º 0.96% 0.43% -
HSV(B) 324.29º 0.98% 0.84% -
XYZ 31.74 15.97 22.18 -
YUV 81.04 155.07 222.84 -
System Red Green Blue C M Y K H S L
Decimal 214 4 129 0 0.98 0.40 0.16 324.29 0.96 0.43
Hex D6 4 81 0 62 28 10 144 60 2B
Octal 326 4 201 0 142 50 20 504 140 53
Binary 11010110 100 10000001 0 1100010 101000 10000 101000100 1100000 101011

Color Harmonies of #D60481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60481

Black with #D60481

Text Example


Text Example

White with #D60481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60481; }

 p { color: rgb(214,4,129); }

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

background-color css

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

 a { background-color: rgb(214,4,129); }

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

border-color css

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

 span { border-color: rgb(214,4,129); }

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