Html Css Color HEX #DA149B Medium Violet Red

📋 copy color: '#DA149B'

red 218 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #DA149B

Tints of Medium Violet Red #DA149B

RGB

 RED value IS 218 (85.55% from 255) = 55.47%

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

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

R = 55.47%
G = 5.09%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA149B (or 0xDA149B) is known color: Medium Violet Red. HEX triplet: DA, 14 and 9B. RGB value is (218,20,155). Sum of RGB (Red+Green+Blue) = 218+20+155=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA149B is #25EB64. Grayscale: #5E5E5E. Windows color (decimal): -2485093 or 10163418. OLE color: 10163418.

HSL color Cylindrical-coordinate representation of color #DA149B: hue angle of 319.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA149B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 155 -
CMYK 0 0.91 0.29 0.15
HSL 319.09º 0.83% 0.47% -
HSV(B) 319.09º 0.91% 0.85% -
XYZ 35.08 17.77 32.59 -
YUV 94.59 162.1 216.02 -
System Red Green Blue C M Y K H S L
Decimal 218 20 155 0 0.91 0.29 0.15 319.09 0.83 0.47
Hex DA 14 9B 0 5B 1D F 13F 53 2F
Octal 332 24 233 0 133 35 17 477 123 57
Binary 11011010 10100 10011011 0 1011011 11101 1111 100111111 1010011 101111

Color Harmonies of #DA149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA149B

Black with #DA149B

Text Example


Text Example

White with #DA149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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