Html Css Color HEX #DA046B Ruby

📋 copy color: '#DA046B'

red 218 ◦ green 4 ◦ blue 107

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

Shades of Ruby #DA046B

Tints of Ruby #DA046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 66.26%
G = 1.22%
B = 32.52%

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

#DA046B (or 0xDA046B) is known color: Ruby. HEX triplet: DA, 04 and 6B. RGB value is (218,4,107). Sum of RGB (Red+Green+Blue) = 218+4+107=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA046B is #25FB94. Grayscale: #4F4F4F. Windows color (decimal): -2489237 or 7013594. OLE color: 7013594.

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

Color convert

RGB 218 4 107 -
CMYK 0 0.98 0.51 0.15
HSL 331.12º 0.96% 0.44% -
HSV(B) 331.12º 0.98% 0.85% -
XYZ 31.61 16.05 15.34 -
YUV 79.73 143.4 226.62 -
System Red Green Blue C M Y K H S L
Decimal 218 4 107 0 0.98 0.51 0.15 331.12 0.96 0.44
Hex DA 4 6B 0 62 33 F 14B 60 2C
Octal 332 4 153 0 142 63 17 513 140 54
Binary 11011010 100 1101011 0 1100010 110011 1111 101001011 1100000 101100

Color Harmonies of #DA046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA046B

Black with #DA046B

Text Example


Text Example

White with #DA046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA046B; }

 p { color: rgb(218,4,107); }

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

background-color css

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

 a { background-color: rgb(218,4,107); }

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

border-color css

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

 span { border-color: rgb(218,4,107); }

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