Html Css Color HEX #DA2073 Ruby

📋 copy color: '#DA2073'

red 218 ◦ green 32 ◦ blue 115

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

Shades of Ruby #DA2073

Tints of Ruby #DA2073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 59.73%
G = 8.77%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA2073 (or 0xDA2073) is known color: Ruby. HEX triplet: DA, 20 and 73. RGB value is (218,32,115). Sum of RGB (Red+Green+Blue) = 218+32+115=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2073 is #25DF8C. Grayscale: #606060. Windows color (decimal): -2482061 or 7545050. OLE color: 7545050.

HSL color Cylindrical-coordinate representation of color #DA2073: hue angle of 333.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2073 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 115 -
CMYK 0 0.85 0.47 0.15
HSL 333.23º 0.74% 0.49% -
HSV(B) 333.23º 0.85% 0.85% -
XYZ 32.52 17.18 17.82 -
YUV 97.08 138.12 214.25 -
System Red Green Blue C M Y K H S L
Decimal 218 32 115 0 0.85 0.47 0.15 333.23 0.74 0.49
Hex DA 20 73 0 55 2F F 14D 4A 31
Octal 332 40 163 0 125 57 17 515 112 61
Binary 11011010 100000 1110011 0 1010101 101111 1111 101001101 1001010 110001

Color Harmonies of #DA2073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2073

Black with #DA2073

Text Example


Text Example

White with #DA2073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2073; }

 p { color: rgb(218,32,115); }

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

background-color css

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

 a { background-color: rgb(218,32,115); }

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

border-color css

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

 span { border-color: rgb(218,32,115); }

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