Html Css Color HEX #D0127D Medium Violet Red

📋 copy color: '#D0127D'

red 208 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #D0127D

Tints of Medium Violet Red #D0127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 59.26%
G = 5.13%
B = 35.61%

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

#D0127D (or 0xD0127D) is known color: Medium Violet Red. HEX triplet: D0, 12 and 7D. RGB value is (208,18,125). Sum of RGB (Red+Green+Blue) = 208+18+125=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0127D is #2FED82. Grayscale: #565656. Windows color (decimal): -3140995 or 8196816. OLE color: 8196816.

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

Color convert

RGB 208 18 125 -
CMYK 0 0.91 0.40 0.18
HSL 326.21º 0.84% 0.44% -
HSV(B) 326.21º 0.91% 0.82% -
XYZ 29.93 15.32 20.78 -
YUV 87.01 149.45 214.3 -
System Red Green Blue C M Y K H S L
Decimal 208 18 125 0 0.91 0.40 0.18 326.21 0.84 0.44
Hex D0 12 7D 0 5B 28 12 146 54 2C
Octal 320 22 175 0 133 50 22 506 124 54
Binary 11010000 10010 1111101 0 1011011 101000 10010 101000110 1010100 101100

Color Harmonies of #D0127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0127D

Black with #D0127D

Text Example


Text Example

White with #D0127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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