Html Css Color HEX #DA056D Ruby

📋 copy color: '#DA056D'

red 218 ◦ green 5 ◦ blue 109

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

Shades of Ruby #DA056D

Tints of Ruby #DA056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 65.66%
G = 1.51%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA056D (or 0xDA056D) is known color: Ruby. HEX triplet: DA, 05 and 6D. RGB value is (218,5,109). Sum of RGB (Red+Green+Blue) = 218+5+109=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA056D is #25FA92. Grayscale: #505050. Windows color (decimal): -2488979 or 7144922. OLE color: 7144922.

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

Color convert

RGB 218 5 109 -
CMYK 0 0.98 0.5 0.15
HSL 330.7º 0.96% 0.44% -
HSV(B) 330.7º 0.98% 0.85% -
XYZ 31.73 16.12 15.91 -
YUV 80.54 144.07 226.04 -
System Red Green Blue C M Y K H S L
Decimal 218 5 109 0 0.98 0.5 0.15 330.7 0.96 0.44
Hex DA 5 6D 0 62 32 F 14B 60 2C
Octal 332 5 155 0 142 62 17 513 140 54
Binary 11011010 101 1101101 0 1100010 110010 1111 101001011 1100000 101100

Color Harmonies of #DA056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA056D

Black with #DA056D

Text Example


Text Example

White with #DA056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA056D; }

 p { color: rgb(218,5,109); }

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

background-color css

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

 a { background-color: rgb(218,5,109); }

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

border-color css

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

 span { border-color: rgb(218,5,109); }

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