Html Css Color HEX #DA1657 Ruby

📋 copy color: '#DA1657'

red 218 ◦ green 22 ◦ blue 87

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

Shades of Ruby #DA1657

Tints of Ruby #DA1657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

 BLUE value IS 87 (34.38% from 255) = 26.61%

R = 66.67%
G = 6.73%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA1657 (or 0xDA1657) is known color: Ruby. HEX triplet: DA, 16 and 57. RGB value is (218,22,87). Sum of RGB (Red+Green+Blue) = 218+22+87=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1657 is #25E9A8. Grayscale: #575757. Windows color (decimal): -2484649 or 5707482. OLE color: 5707482.

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

Color convert

RGB 218 22 87 -
CMYK 0 0.90 0.60 0.15
HSL 340.1º 0.82% 0.47% -
HSV(B) 340.1º 0.9% 0.85% -
XYZ 30.92 16.17 10.51 -
YUV 88.01 127.43 220.71 -
System Red Green Blue C M Y K H S L
Decimal 218 22 87 0 0.90 0.60 0.15 340.1 0.82 0.47
Hex DA 16 57 0 5A 3C F 154 52 2F
Octal 332 26 127 0 132 74 17 524 122 57
Binary 11011010 10110 1010111 0 1011010 111100 1111 101010100 1010010 101111

Color Harmonies of #DA1657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1657

Black with #DA1657

Text Example


Text Example

White with #DA1657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1657; }

 p { color: rgb(218,22,87); }

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

background-color css

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

 a { background-color: rgb(218,22,87); }

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

border-color css

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

 span { border-color: rgb(218,22,87); }

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