Html Css Color HEX #DA0475 Ruby

📋 copy color: '#DA0475'

red 218 ◦ green 4 ◦ blue 117

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

Shades of Ruby #DA0475

Tints of Ruby #DA0475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 64.31%
G = 1.18%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA0475 (or 0xDA0475) is known color: Ruby. HEX triplet: DA, 04 and 75. RGB value is (218,4,117). Sum of RGB (Red+Green+Blue) = 218+4+117=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0475 is #25FB8A. Grayscale: #505050. Windows color (decimal): -2489227 or 7668954. OLE color: 7668954.

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

Color convert

RGB 218 4 117 -
CMYK 0 0.98 0.46 0.15
HSL 328.32º 0.96% 0.44% -
HSV(B) 328.32º 0.98% 0.85% -
XYZ 32.17 16.28 18.28 -
YUV 80.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 218 4 117 0 0.98 0.46 0.15 328.32 0.96 0.44
Hex DA 4 75 0 62 2E F 148 60 2C
Octal 332 4 165 0 142 56 17 510 140 54
Binary 11011010 100 1110101 0 1100010 101110 1111 101001000 1100000 101100

Color Harmonies of #DA0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0475

Black with #DA0475

Text Example


Text Example

White with #DA0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0475; }

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

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

background-color css

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

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

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

border-color css

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

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

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