Html Css Color HEX #D0127B Medium Violet Red

📋 copy color: '#D0127B'

red 208 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #D0127B

Tints of Medium Violet Red #D0127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 59.6%
G = 5.16%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0127B (or 0xD0127B) is known color: Medium Violet Red. HEX triplet: D0, 12 and 7B. RGB value is (208,18,123). Sum of RGB (Red+Green+Blue) = 208+18+123=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0127B is #2FED84. Grayscale: #565656. Windows color (decimal): -3140997 or 8065744. OLE color: 8065744.

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

Color convert

RGB 208 18 123 -
CMYK 0 0.91 0.41 0.18
HSL 326.84º 0.84% 0.44% -
HSV(B) 326.84º 0.91% 0.82% -
XYZ 29.8 15.27 20.12 -
YUV 86.78 148.45 214.46 -
System Red Green Blue C M Y K H S L
Decimal 208 18 123 0 0.91 0.41 0.18 326.84 0.84 0.44
Hex D0 12 7B 0 5B 29 12 147 54 2C
Octal 320 22 173 0 133 51 22 507 124 54
Binary 11010000 10010 1111011 0 1011011 101001 10010 101000111 1010100 101100

Color Harmonies of #D0127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0127B

Black with #D0127B

Text Example


Text Example

White with #D0127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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