Html Css Color HEX #DA027C Medium Violet Red

📋 copy color: '#DA027C'

red 218 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #DA027C

Tints of Medium Violet Red #DA027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 63.37%
G = 0.58%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA027C (or 0xDA027C) is known color: Medium Violet Red. HEX triplet: DA, 02 and 7C. RGB value is (218,2,124). Sum of RGB (Red+Green+Blue) = 218+2+124=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA027C is #25FD83. Grayscale: #505050. Windows color (decimal): -2489732 or 8127194. OLE color: 8127194.

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

Color convert

RGB 218 2 124 -
CMYK 0 0.99 0.43 0.15
HSL 326.11º 0.98% 0.43% -
HSV(B) 326.11º 0.99% 0.85% -
XYZ 32.57 16.4 20.52 -
YUV 80.49 152.56 226.08 -
System Red Green Blue C M Y K H S L
Decimal 218 2 124 0 0.99 0.43 0.15 326.11 0.98 0.43
Hex DA 2 7C 0 63 2B F 146 62 2B
Octal 332 2 174 0 143 53 17 506 142 53
Binary 11011010 10 1111100 0 1100011 101011 1111 101000110 1100010 101011

Color Harmonies of #DA027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA027C

Black with #DA027C

Text Example


Text Example

White with #DA027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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