Html Css Color HEX #DA0C8A Medium Violet Red

📋 copy color: '#DA0C8A'

red 218 ◦ green 12 ◦ blue 138

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

Shades of Medium Violet Red #DA0C8A

Tints of Medium Violet Red #DA0C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.26%

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

R = 59.24%
G = 3.26%
B = 37.5%

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

#DA0C8A (or 0xDA0C8A) is known color: Medium Violet Red. HEX triplet: DA, 0C and 8A. RGB value is (218,12,138). Sum of RGB (Red+Green+Blue) = 218+12+138=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0C8A is #25F375. Grayscale: #575757. Windows color (decimal): -2487158 or 9047258. OLE color: 9047258.

HSL color Cylindrical-coordinate representation of color #DA0C8A: hue angle of 323.3º degrees, saturation: 0.9, 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 #DA0C8A is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 12 138 -
CMYK 0 0.94 0.37 0.15
HSL 323.3º 0.9% 0.45% -
HSV(B) 323.3º 0.94% 0.85% -
XYZ 33.63 17 25.55 -
YUV 87.96 156.25 220.75 -
System Red Green Blue C M Y K H S L
Decimal 218 12 138 0 0.94 0.37 0.15 323.3 0.9 0.45
Hex DA C 8A 0 5E 25 F 143 5A 2D
Octal 332 14 212 0 136 45 17 503 132 55
Binary 11011010 1100 10001010 0 1011110 100101 1111 101000011 1011010 101101

Color Harmonies of #DA0C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0C8A

Black with #DA0C8A

Text Example


Text Example

White with #DA0C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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