Html Css Color HEX #DA0B90 Medium Violet Red

📋 copy color: '#DA0B90'

red 218 ◦ green 11 ◦ blue 144

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

Shades of Medium Violet Red #DA0B90

Tints of Medium Violet Red #DA0B90

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.95%

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 58.45%
G = 2.95%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA0B90 (or 0xDA0B90) is known color: Medium Violet Red. HEX triplet: DA, 0B and 90. RGB value is (218,11,144). Sum of RGB (Red+Green+Blue) = 218+11+144=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0B90 is #25F46F. Grayscale: #575757. Windows color (decimal): -2487408 or 9440218. OLE color: 9440218.

HSL color Cylindrical-coordinate representation of color #DA0B90: hue angle of 321.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B90 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 11 144 -
CMYK 0 0.95 0.34 0.15
HSL 321.45º 0.9% 0.45% -
HSV(B) 321.45º 0.95% 0.85% -
XYZ 34.07 17.16 27.9 -
YUV 88.06 159.58 220.69 -
System Red Green Blue C M Y K H S L
Decimal 218 11 144 0 0.95 0.34 0.15 321.45 0.9 0.45
Hex DA B 90 0 5F 22 F 141 5A 2D
Octal 332 13 220 0 137 42 17 501 132 55
Binary 11011010 1011 10010000 0 1011111 100010 1111 101000001 1011010 101101

Color Harmonies of #DA0B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0B90

Black with #DA0B90

Text Example


Text Example

White with #DA0B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0B90; }

 p { color: rgb(218,11,144); }

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

background-color css

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

 a { background-color: rgb(218,11,144); }

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

border-color css

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

 span { border-color: rgb(218,11,144); }

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