Html Css Color HEX #D60881 Medium Violet Red

📋 copy color: '#D60881'

red 214 ◦ green 8 ◦ blue 129

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

Shades of Medium Violet Red #D60881

Tints of Medium Violet Red #D60881

RGB

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

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

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

R = 60.97%
G = 2.28%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D60881 (or 0xD60881) is known color: Medium Violet Red. HEX triplet: D6, 08 and 81. RGB value is (214,8,129). Sum of RGB (Red+Green+Blue) = 214+8+129=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D60881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60881 is #29F77E. Grayscale: #535353. Windows color (decimal): -2750335 or 8456406. OLE color: 8456406.

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

Color convert

RGB 214 8 129 -
CMYK 0 0.96 0.40 0.16
HSL 324.76º 0.93% 0.44% -
HSV(B) 324.76º 0.96% 0.84% -
XYZ 31.78 16.05 22.19 -
YUV 83.39 153.75 221.16 -
System Red Green Blue C M Y K H S L
Decimal 214 8 129 0 0.96 0.40 0.16 324.76 0.93 0.44
Hex D6 8 81 0 60 28 10 145 5D 2C
Octal 326 10 201 0 140 50 20 505 135 54
Binary 11010110 1000 10000001 0 1100000 101000 10000 101000101 1011101 101100

Color Harmonies of #D60881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60881

Black with #D60881

Text Example


Text Example

White with #D60881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60881; }

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

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

background-color css

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

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

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

border-color css

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

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

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