Html Css Color HEX #DA027A Medium Violet Red

📋 copy color: '#DA027A'

red 218 ◦ green 2 ◦ blue 122

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

Shades of Medium Violet Red #DA027A

Tints of Medium Violet Red #DA027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.67%

R = 63.74%
G = 0.58%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA027A (or 0xDA027A) is known color: Medium Violet Red. HEX triplet: DA, 02 and 7A. RGB value is (218,2,122). Sum of RGB (Red+Green+Blue) = 218+2+122=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA027A is #25FD85. Grayscale: #505050. Windows color (decimal): -2489734 or 7996122. OLE color: 7996122.

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

Color convert

RGB 218 2 122 -
CMYK 0 0.99 0.44 0.15
HSL 326.67º 0.98% 0.43% -
HSV(B) 326.67º 0.99% 0.85% -
XYZ 32.45 16.35 19.86 -
YUV 80.26 151.56 226.24 -
System Red Green Blue C M Y K H S L
Decimal 218 2 122 0 0.99 0.44 0.15 326.67 0.98 0.43
Hex DA 2 7A 0 63 2C F 147 62 2B
Octal 332 2 172 0 143 54 17 507 142 53
Binary 11011010 10 1111010 0 1100011 101100 1111 101000111 1100010 101011

Color Harmonies of #DA027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA027A

Black with #DA027A

Text Example


Text Example

White with #DA027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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