Html Css Color HEX #D01C89 Medium Violet Red

📋 copy color: '#D01C89'

red 208 ◦ green 28 ◦ blue 137

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

Shades of Medium Violet Red #D01C89

Tints of Medium Violet Red #D01C89

RGB

 RED value IS 208 (81.64% from 255) = 55.76%

 GREEN value IS 28 (11.33% from 255) = 7.51%

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 55.76%
G = 7.51%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D01C89 (or 0xD01C89) is known color: Medium Violet Red. HEX triplet: D0, 1C and 89. RGB value is (208,28,137). Sum of RGB (Red+Green+Blue) = 208+28+137=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C89 is #2FE376. Grayscale: #5D5D5D. Windows color (decimal): -3138423 or 8985808. OLE color: 8985808.

HSL color Cylindrical-coordinate representation of color #D01C89: hue angle of 323.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C89 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 137 -
CMYK 0 0.87 0.34 0.18
HSL 323.67º 0.76% 0.46% -
HSV(B) 323.67º 0.87% 0.82% -
XYZ 30.94 16.05 25.13 -
YUV 94.25 152.13 209.14 -
System Red Green Blue C M Y K H S L
Decimal 208 28 137 0 0.87 0.34 0.18 323.67 0.76 0.46
Hex D0 1C 89 0 57 22 12 144 4C 2E
Octal 320 34 211 0 127 42 22 504 114 56
Binary 11010000 11100 10001001 0 1010111 100010 10010 101000100 1001100 101110

Color Harmonies of #D01C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C89

Black with #D01C89

Text Example


Text Example

White with #D01C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C89; }

 p { color: rgb(208,28,137); }

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

background-color css

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

 a { background-color: rgb(208,28,137); }

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

border-color css

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

 span { border-color: rgb(208,28,137); }

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