Html Css Color HEX #DA056A Ruby

📋 copy color: '#DA056A'

red 218 ◦ green 5 ◦ blue 106

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

Shades of Ruby #DA056A

Tints of Ruby #DA056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 66.26%
G = 1.52%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA056A (or 0xDA056A) is known color: Ruby. HEX triplet: DA, 05 and 6A. RGB value is (218,5,106). Sum of RGB (Red+Green+Blue) = 218+5+106=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA056A is #25FA95. Grayscale: #505050. Windows color (decimal): -2488982 or 6948314. OLE color: 6948314.

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

Color convert

RGB 218 5 106 -
CMYK 0 0.98 0.51 0.15
HSL 331.55º 0.96% 0.44% -
HSV(B) 331.55º 0.98% 0.85% -
XYZ 31.57 16.05 15.07 -
YUV 80.2 142.57 226.29 -
System Red Green Blue C M Y K H S L
Decimal 218 5 106 0 0.98 0.51 0.15 331.55 0.96 0.44
Hex DA 5 6A 0 62 33 F 14C 60 2C
Octal 332 5 152 0 142 63 17 514 140 54
Binary 11011010 101 1101010 0 1100010 110011 1111 101001100 1100000 101100

Color Harmonies of #DA056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA056A

Black with #DA056A

Text Example


Text Example

White with #DA056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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