Html Css Color HEX #D0149B Medium Violet Red

📋 copy color: '#D0149B'

red 208 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #D0149B

Tints of Medium Violet Red #D0149B

RGB

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

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

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

R = 54.31%
G = 5.22%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0149B (or 0xD0149B) is known color: Medium Violet Red. HEX triplet: D0, 14 and 9B. RGB value is (208,20,155). Sum of RGB (Red+Green+Blue) = 208+20+155=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0149B is #2FEB64. Grayscale: #5B5B5B. Windows color (decimal): -3140453 or 10163408. OLE color: 10163408.

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

Color convert

RGB 208 20 155 -
CMYK 0 0.90 0.25 0.18
HSL 316.91º 0.82% 0.45% -
HSV(B) 316.91º 0.9% 0.82% -
XYZ 32.18 16.28 32.46 -
YUV 91.6 163.78 211.02 -
System Red Green Blue C M Y K H S L
Decimal 208 20 155 0 0.90 0.25 0.18 316.91 0.82 0.45
Hex D0 14 9B 0 5A 19 12 13D 52 2D
Octal 320 24 233 0 132 31 22 475 122 55
Binary 11010000 10100 10011011 0 1011010 11001 10010 100111101 1010010 101101

Color Harmonies of #D0149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0149B

Black with #D0149B

Text Example


Text Example

White with #D0149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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