Html Css Color HEX #DA1571 Ruby

📋 copy color: '#DA1571'

red 218 ◦ green 21 ◦ blue 113

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

Shades of Ruby #DA1571

Tints of Ruby #DA1571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.97%

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

R = 61.93%
G = 5.97%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA1571 (or 0xDA1571) is known color: Ruby. HEX triplet: DA, 15 and 71. RGB value is (218,21,113). Sum of RGB (Red+Green+Blue) = 218+21+113=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1571 is #25EA8E. Grayscale: #5A5A5A. Windows color (decimal): -2484879 or 7411162. OLE color: 7411162.

HSL color Cylindrical-coordinate representation of color #DA1571: hue angle of 331.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1571 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 113 -
CMYK 0 0.90 0.48 0.15
HSL 331.98º 0.82% 0.47% -
HSV(B) 331.98º 0.9% 0.85% -
XYZ 32.16 16.63 17.14 -
YUV 90.39 140.77 219.02 -
System Red Green Blue C M Y K H S L
Decimal 218 21 113 0 0.90 0.48 0.15 331.98 0.82 0.47
Hex DA 15 71 0 5A 30 F 14C 52 2F
Octal 332 25 161 0 132 60 17 514 122 57
Binary 11011010 10101 1110001 0 1011010 110000 1111 101001100 1010010 101111

Color Harmonies of #DA1571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1571

Black with #DA1571

Text Example


Text Example

White with #DA1571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1571; }

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

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

background-color css

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

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

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

border-color css

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

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

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