Html Css Color HEX #DA0271 Ruby

📋 copy color: '#DA0271'

red 218 ◦ green 2 ◦ blue 113

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

Shades of Ruby #DA0271

Tints of Ruby #DA0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 65.47%
G = 0.6%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA0271 (or 0xDA0271) is known color: Ruby. HEX triplet: DA, 02 and 71. RGB value is (218,2,113). Sum of RGB (Red+Green+Blue) = 218+2+113=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0271 is #25FD8E. Grayscale: #4F4F4F. Windows color (decimal): -2489743 or 7406298. OLE color: 7406298.

HSL color Cylindrical-coordinate representation of color #DA0271: hue angle of 329.17º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0271 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 113 -
CMYK 0 0.99 0.48 0.15
HSL 329.17º 0.98% 0.43% -
HSV(B) 329.17º 0.99% 0.85% -
XYZ 31.92 16.14 17.06 -
YUV 79.24 147.06 226.97 -
System Red Green Blue C M Y K H S L
Decimal 218 2 113 0 0.99 0.48 0.15 329.17 0.98 0.43
Hex DA 2 71 0 63 30 F 149 62 2B
Octal 332 2 161 0 143 60 17 511 142 53
Binary 11011010 10 1110001 0 1100011 110000 1111 101001001 1100010 101011

Color Harmonies of #DA0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0271

Black with #DA0271

Text Example


Text Example

White with #DA0271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0271; }

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

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

background-color css

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

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

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

border-color css

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

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

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