Html Css Color HEX #D0127C Medium Violet Red

📋 copy color: '#D0127C'

red 208 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #D0127C

Tints of Medium Violet Red #D0127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 59.43%
G = 5.14%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0127C (or 0xD0127C) is known color: Medium Violet Red. HEX triplet: D0, 12 and 7C. RGB value is (208,18,124). Sum of RGB (Red+Green+Blue) = 208+18+124=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0127C is #2FED83. Grayscale: #565656. Windows color (decimal): -3140996 or 8131280. OLE color: 8131280.

HSL color Cylindrical-coordinate representation of color #D0127C: hue angle of 326.53º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0127C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 124 -
CMYK 0 0.91 0.40 0.18
HSL 326.53º 0.84% 0.44% -
HSV(B) 326.53º 0.91% 0.82% -
XYZ 29.87 15.3 20.45 -
YUV 86.89 148.95 214.38 -
System Red Green Blue C M Y K H S L
Decimal 208 18 124 0 0.91 0.40 0.18 326.53 0.84 0.44
Hex D0 12 7C 0 5B 28 12 147 54 2C
Octal 320 22 174 0 133 50 22 507 124 54
Binary 11010000 10010 1111100 0 1011011 101000 10010 101000111 1010100 101100

Color Harmonies of #D0127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0127C

Black with #D0127C

Text Example


Text Example

White with #D0127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0127C; }

 p { color: rgb(208,18,124); }

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

background-color css

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

 a { background-color: rgb(208,18,124); }

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

border-color css

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

 span { border-color: rgb(208,18,124); }

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