Html Css Color HEX #DA0C83 Medium Violet Red

📋 copy color: '#DA0C83'

red 218 ◦ green 12 ◦ blue 131

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

Shades of Medium Violet Red #DA0C83

Tints of Medium Violet Red #DA0C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.29%

R = 60.39%
G = 3.32%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA0C83 (or 0xDA0C83) is known color: Medium Violet Red. HEX triplet: DA, 0C and 83. RGB value is (218,12,131). Sum of RGB (Red+Green+Blue) = 218+12+131=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0C83 is #25F37C. Grayscale: #565656. Windows color (decimal): -2487165 or 8588506. OLE color: 8588506.

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

Color convert

RGB 218 12 131 -
CMYK 0 0.94 0.40 0.15
HSL 325.34º 0.9% 0.45% -
HSV(B) 325.34º 0.94% 0.85% -
XYZ 33.14 16.81 22.97 -
YUV 87.16 152.75 221.32 -
System Red Green Blue C M Y K H S L
Decimal 218 12 131 0 0.94 0.40 0.15 325.34 0.9 0.45
Hex DA C 83 0 5E 28 F 145 5A 2D
Octal 332 14 203 0 136 50 17 505 132 55
Binary 11011010 1100 10000011 0 1011110 101000 1111 101000101 1011010 101101

Color Harmonies of #DA0C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0C83

Black with #DA0C83

Text Example


Text Example

White with #DA0C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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