Html Css Color HEX #DA0C71 Ruby

📋 copy color: '#DA0C71'

red 218 ◦ green 12 ◦ blue 113

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

Shades of Ruby #DA0C71

Tints of Ruby #DA0C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 63.56%
G = 3.5%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA0C71 (or 0xDA0C71) is known color: Ruby. HEX triplet: DA, 0C and 71. RGB value is (218,12,113). Sum of RGB (Red+Green+Blue) = 218+12+113=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0C71 is #25F38E. Grayscale: #545454. Windows color (decimal): -2487183 or 7408858. OLE color: 7408858.

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

Color convert

RGB 218 12 113 -
CMYK 0 0.94 0.48 0.15
HSL 330.58º 0.9% 0.45% -
HSV(B) 330.58º 0.94% 0.85% -
XYZ 32.03 16.36 17.09 -
YUV 85.11 143.75 222.79 -
System Red Green Blue C M Y K H S L
Decimal 218 12 113 0 0.94 0.48 0.15 330.58 0.9 0.45
Hex DA C 71 0 5E 30 F 14B 5A 2D
Octal 332 14 161 0 136 60 17 513 132 55
Binary 11011010 1100 1110001 0 1011110 110000 1111 101001011 1011010 101101

Color Harmonies of #DA0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0C71

Black with #DA0C71

Text Example


Text Example

White with #DA0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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