Html Css Color HEX #DA2072 Ruby

📋 copy color: '#DA2072'

red 218 ◦ green 32 ◦ blue 114

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

Shades of Ruby #DA2072

Tints of Ruby #DA2072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 59.89%
G = 8.79%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA2072 (or 0xDA2072) is known color: Ruby. HEX triplet: DA, 20 and 72. RGB value is (218,32,114). Sum of RGB (Red+Green+Blue) = 218+32+114=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2072 is #25DF8D. Grayscale: #606060. Windows color (decimal): -2482062 or 7479514. OLE color: 7479514.

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

Color convert

RGB 218 32 114 -
CMYK 0 0.85 0.48 0.15
HSL 333.55º 0.74% 0.49% -
HSV(B) 333.55º 0.85% 0.85% -
XYZ 32.47 17.15 17.52 -
YUV 96.96 137.62 214.33 -
System Red Green Blue C M Y K H S L
Decimal 218 32 114 0 0.85 0.48 0.15 333.55 0.74 0.49
Hex DA 20 72 0 55 30 F 14E 4A 31
Octal 332 40 162 0 125 60 17 516 112 61
Binary 11011010 100000 1110010 0 1010101 110000 1111 101001110 1001010 110001

Color Harmonies of #DA2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2072

Black with #DA2072

Text Example


Text Example

White with #DA2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2072; }

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

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

background-color css

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

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

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

border-color css

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

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

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