Html Css Color HEX #DA028B Medium Violet Red

📋 copy color: '#DA028B'

red 218 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #DA028B

Tints of Medium Violet Red #DA028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 60.72%
G = 0.56%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA028B (or 0xDA028B) is known color: Medium Violet Red. HEX triplet: DA, 02 and 8B. RGB value is (218,2,139). Sum of RGB (Red+Green+Blue) = 218+2+139=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA028B is #25FD74. Grayscale: #515151. Windows color (decimal): -2489717 or 9110234. OLE color: 9110234.

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

Color convert

RGB 218 2 139 -
CMYK 0 0.99 0.36 0.15
HSL 321.94º 0.98% 0.43% -
HSV(B) 321.94º 0.99% 0.85% -
XYZ 33.6 16.81 25.9 -
YUV 82.2 160.06 224.86 -
System Red Green Blue C M Y K H S L
Decimal 218 2 139 0 0.99 0.36 0.15 321.94 0.98 0.43
Hex DA 2 8B 0 63 24 F 142 62 2B
Octal 332 2 213 0 143 44 17 502 142 53
Binary 11011010 10 10001011 0 1100011 100100 1111 101000010 1100010 101011

Color Harmonies of #DA028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA028B

Black with #DA028B

Text Example


Text Example

White with #DA028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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