Html Css Color HEX #DA028E Medium Violet Red

📋 copy color: '#DA028E'

red 218 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #DA028E

Tints of Medium Violet Red #DA028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 60.22%
G = 0.55%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA028E (or 0xDA028E) is known color: Medium Violet Red. HEX triplet: DA, 02 and 8E. RGB value is (218,2,142). Sum of RGB (Red+Green+Blue) = 218+2+142=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA028E is #25FD71. Grayscale: #525252. Windows color (decimal): -2489714 or 9306842. OLE color: 9306842.

HSL color Cylindrical-coordinate representation of color #DA028E: hue angle of 321.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA028E is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 142 -
CMYK 0 0.99 0.35 0.15
HSL 321.11º 0.98% 0.43% -
HSV(B) 321.11º 0.99% 0.85% -
XYZ 33.82 16.9 27.07 -
YUV 82.54 161.56 224.62 -
System Red Green Blue C M Y K H S L
Decimal 218 2 142 0 0.99 0.35 0.15 321.11 0.98 0.43
Hex DA 2 8E 0 63 23 F 141 62 2B
Octal 332 2 216 0 143 43 17 501 142 53
Binary 11011010 10 10001110 0 1100011 100011 1111 101000001 1100010 101011

Color Harmonies of #DA028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA028E

Black with #DA028E

Text Example


Text Example

White with #DA028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA028E; }

 p { color: rgb(218,2,142); }

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

background-color css

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

 a { background-color: rgb(218,2,142); }

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

border-color css

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

 span { border-color: rgb(218,2,142); }

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