Html Css Color HEX #D0149A Medium Violet Red

📋 copy color: '#D0149A'

red 208 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #D0149A

Tints of Medium Violet Red #D0149A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.24%

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 54.45%
G = 5.24%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0149A (or 0xD0149A) is known color: Medium Violet Red. HEX triplet: D0, 14 and 9A. RGB value is (208,20,154). Sum of RGB (Red+Green+Blue) = 208+20+154=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0149A is #2FEB65. Grayscale: #5B5B5B. Windows color (decimal): -3140454 or 10097872. OLE color: 10097872.

HSL color Cylindrical-coordinate representation of color #D0149A: hue angle of 317.23º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0149A is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 154 -
CMYK 0 0.90 0.26 0.18
HSL 317.23º 0.82% 0.45% -
HSV(B) 317.23º 0.9% 0.82% -
XYZ 32.1 16.24 32.02 -
YUV 91.49 163.28 211.1 -
System Red Green Blue C M Y K H S L
Decimal 208 20 154 0 0.90 0.26 0.18 317.23 0.82 0.45
Hex D0 14 9A 0 5A 1A 12 13D 52 2D
Octal 320 24 232 0 132 32 22 475 122 55
Binary 11010000 10100 10011010 0 1011010 11010 10010 100111101 1010010 101101

Color Harmonies of #D0149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0149A

Black with #D0149A

Text Example


Text Example

White with #D0149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0149A; }

 p { color: rgb(208,20,154); }

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

background-color css

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

 a { background-color: rgb(208,20,154); }

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

border-color css

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

 span { border-color: rgb(208,20,154); }

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