Html Css Color HEX #D0129B Medium Violet Red

📋 copy color: '#D0129B'

red 208 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #D0129B

Tints of Medium Violet Red #D0129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 54.59%
G = 4.72%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0129B (or 0xD0129B) is known color: Medium Violet Red. HEX triplet: D0, 12 and 9B. RGB value is (208,18,155). Sum of RGB (Red+Green+Blue) = 208+18+155=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0129B is #2FED64. Grayscale: #5A5A5A. Windows color (decimal): -3140965 or 10162896. OLE color: 10162896.

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

Color convert

RGB 208 18 155 -
CMYK 0 0.91 0.25 0.18
HSL 316.74º 0.84% 0.44% -
HSV(B) 316.74º 0.91% 0.82% -
XYZ 32.15 16.21 32.44 -
YUV 90.43 164.45 211.86 -
System Red Green Blue C M Y K H S L
Decimal 208 18 155 0 0.91 0.25 0.18 316.74 0.84 0.44
Hex D0 12 9B 0 5B 19 12 13D 54 2C
Octal 320 22 233 0 133 31 22 475 124 54
Binary 11010000 10010 10011011 0 1011011 11001 10010 100111101 1010100 101100

Color Harmonies of #D0129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0129B

Black with #D0129B

Text Example


Text Example

White with #D0129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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