Html Css Color HEX #DA149E Medium Violet Red

📋 copy color: '#DA149E'

red 218 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #DA149E

Tints of Medium Violet Red #DA149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 55.05%
G = 5.05%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA149E (or 0xDA149E) is known color: Medium Violet Red. HEX triplet: DA, 14 and 9E. RGB value is (218,20,158). Sum of RGB (Red+Green+Blue) = 218+20+158=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA149E is #25EB61. Grayscale: #5E5E5E. Windows color (decimal): -2485090 or 10360026. OLE color: 10360026.

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

Color convert

RGB 218 20 158 -
CMYK 0 0.91 0.28 0.15
HSL 318.18º 0.83% 0.47% -
HSV(B) 318.18º 0.91% 0.85% -
XYZ 35.34 17.87 33.94 -
YUV 94.93 163.6 215.78 -
System Red Green Blue C M Y K H S L
Decimal 218 20 158 0 0.91 0.28 0.15 318.18 0.83 0.47
Hex DA 14 9E 0 5B 1C F 13E 53 2F
Octal 332 24 236 0 133 34 17 476 123 57
Binary 11011010 10100 10011110 0 1011011 11100 1111 100111110 1010011 101111

Color Harmonies of #DA149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA149E

Black with #DA149E

Text Example


Text Example

White with #DA149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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