Html Css Color HEX #DA1772 Ruby

📋 copy color: '#DA1772'

red 218 ◦ green 23 ◦ blue 114

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

Shades of Ruby #DA1772

Tints of Ruby #DA1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.48%

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

R = 61.41%
G = 6.48%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA1772 (or 0xDA1772) is known color: Ruby. HEX triplet: DA, 17 and 72. RGB value is (218,23,114). Sum of RGB (Red+Green+Blue) = 218+23+114=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1772 is #25E88D. Grayscale: #5B5B5B. Windows color (decimal): -2484366 or 7477210. OLE color: 7477210.

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

Color convert

RGB 218 23 114 -
CMYK 0 0.89 0.48 0.15
HSL 332º 0.81% 0.47% -
HSV(B) 332º 0.89% 0.85% -
XYZ 32.26 16.73 17.45 -
YUV 91.68 140.6 218.1 -
System Red Green Blue C M Y K H S L
Decimal 218 23 114 0 0.89 0.48 0.15 332 0.81 0.47
Hex DA 17 72 0 59 30 F 14C 51 2F
Octal 332 27 162 0 131 60 17 514 121 57
Binary 11011010 10111 1110010 0 1011001 110000 1111 101001100 1010001 101111

Color Harmonies of #DA1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1772

Black with #DA1772

Text Example


Text Example

White with #DA1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1772; }

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

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

background-color css

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

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

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

border-color css

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

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

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