Html Css Color HEX #DA027F Medium Violet Red

📋 copy color: '#DA027F'

red 218 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #DA027F

Tints of Medium Violet Red #DA027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 62.82%
G = 0.58%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA027F (or 0xDA027F) is known color: Medium Violet Red. HEX triplet: DA, 02 and 7F. RGB value is (218,2,127). Sum of RGB (Red+Green+Blue) = 218+2+127=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA027F is #25FD80. Grayscale: #505050. Windows color (decimal): -2489729 or 8323802. OLE color: 8323802.

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

Color convert

RGB 218 2 127 -
CMYK 0 0.99 0.42 0.15
HSL 325.28º 0.98% 0.43% -
HSV(B) 325.28º 0.99% 0.85% -
XYZ 32.77 16.48 21.53 -
YUV 80.83 154.06 225.84 -
System Red Green Blue C M Y K H S L
Decimal 218 2 127 0 0.99 0.42 0.15 325.28 0.98 0.43
Hex DA 2 7F 0 63 2A F 145 62 2B
Octal 332 2 177 0 143 52 17 505 142 53
Binary 11011010 10 1111111 0 1100011 101010 1111 101000101 1100010 101011

Color Harmonies of #DA027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA027F

Black with #DA027F

Text Example


Text Example

White with #DA027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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