Html Css Color HEX #DA0D8A Medium Violet Red

📋 copy color: '#DA0D8A'

red 218 ◦ green 13 ◦ blue 138

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

Shades of Medium Violet Red #DA0D8A

Tints of Medium Violet Red #DA0D8A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.52%

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 59.08%
G = 3.52%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA0D8A (or 0xDA0D8A) is known color: Medium Violet Red. HEX triplet: DA, 0D and 8A. RGB value is (218,13,138). Sum of RGB (Red+Green+Blue) = 218+13+138=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0D8A is #25F275. Grayscale: #585858. Windows color (decimal): -2486902 or 9047514. OLE color: 9047514.

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

Color convert

RGB 218 13 138 -
CMYK 0 0.94 0.37 0.15
HSL 323.41º 0.89% 0.45% -
HSV(B) 323.41º 0.94% 0.85% -
XYZ 33.64 17.03 25.56 -
YUV 88.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 218 13 138 0 0.94 0.37 0.15 323.41 0.89 0.45
Hex DA D 8A 0 5E 25 F 143 59 2D
Octal 332 15 212 0 136 45 17 503 131 55
Binary 11011010 1101 10001010 0 1011110 100101 1111 101000011 1011001 101101

Color Harmonies of #DA0D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D8A

Black with #DA0D8A

Text Example


Text Example

White with #DA0D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D8A; }

 p { color: rgb(218,13,138); }

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

background-color css

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

 a { background-color: rgb(218,13,138); }

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

border-color css

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

 span { border-color: rgb(218,13,138); }

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