Html Css Color HEX #DA0B85 Medium Violet Red

📋 copy color: '#DA0B85'

red 218 ◦ green 11 ◦ blue 133

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

Shades of Medium Violet Red #DA0B85

Tints of Medium Violet Red #DA0B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 60.22%
G = 3.04%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA0B85 (or 0xDA0B85) is known color: Medium Violet Red. HEX triplet: DA, 0B and 85. RGB value is (218,11,133). Sum of RGB (Red+Green+Blue) = 218+11+133=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0B85 is #25F47A. Grayscale: #565656. Windows color (decimal): -2487419 or 8719322. OLE color: 8719322.

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

Color convert

RGB 218 11 133 -
CMYK 0 0.95 0.39 0.15
HSL 324.64º 0.9% 0.45% -
HSV(B) 324.64º 0.95% 0.85% -
XYZ 33.27 16.84 23.69 -
YUV 86.8 154.08 221.58 -
System Red Green Blue C M Y K H S L
Decimal 218 11 133 0 0.95 0.39 0.15 324.64 0.9 0.45
Hex DA B 85 0 5F 27 F 145 5A 2D
Octal 332 13 205 0 137 47 17 505 132 55
Binary 11011010 1011 10000101 0 1011111 100111 1111 101000101 1011010 101101

Color Harmonies of #DA0B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0B85

Black with #DA0B85

Text Example


Text Example

White with #DA0B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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