Html Css Color HEX #DA0C8C Medium Violet Red

📋 copy color: '#DA0C8C'

red 218 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #DA0C8C

Tints of Medium Violet Red #DA0C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.84%

R = 58.92%
G = 3.24%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA0C8C (or 0xDA0C8C) is known color: Medium Violet Red. HEX triplet: DA, 0C and 8C. RGB value is (218,12,140). Sum of RGB (Red+Green+Blue) = 218+12+140=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0C8C is #25F373. Grayscale: #575757. Windows color (decimal): -2487156 or 9178330. OLE color: 9178330.

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

Color convert

RGB 218 12 140 -
CMYK 0 0.94 0.36 0.15
HSL 322.72º 0.9% 0.45% -
HSV(B) 322.72º 0.94% 0.85% -
XYZ 33.78 17.06 26.32 -
YUV 88.19 157.25 220.59 -
System Red Green Blue C M Y K H S L
Decimal 218 12 140 0 0.94 0.36 0.15 322.72 0.9 0.45
Hex DA C 8C 0 5E 24 F 143 5A 2D
Octal 332 14 214 0 136 44 17 503 132 55
Binary 11011010 1100 10001100 0 1011110 100100 1111 101000011 1011010 101101

Color Harmonies of #DA0C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0C8C

Black with #DA0C8C

Text Example


Text Example

White with #DA0C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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