Html Css Color HEX #DA1658 Ruby

📋 copy color: '#DA1658'

red 218 ◦ green 22 ◦ blue 88

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

Shades of Ruby #DA1658

Tints of Ruby #DA1658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.83%

R = 66.46%
G = 6.71%
B = 26.83%

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

#DA1658 (or 0xDA1658) is known color: Ruby. HEX triplet: DA, 16 and 58. RGB value is (218,22,88). Sum of RGB (Red+Green+Blue) = 218+22+88=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1658 is #25E9A7. Grayscale: #585858. Windows color (decimal): -2484648 or 5773018. OLE color: 5773018.

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

Color convert

RGB 218 22 88 -
CMYK 0 0.90 0.60 0.15
HSL 339.8º 0.82% 0.47% -
HSV(B) 339.8º 0.9% 0.85% -
XYZ 30.96 16.18 10.72 -
YUV 88.13 127.93 220.63 -
System Red Green Blue C M Y K H S L
Decimal 218 22 88 0 0.90 0.60 0.15 339.8 0.82 0.47
Hex DA 16 58 0 5A 3C F 154 52 2F
Octal 332 26 130 0 132 74 17 524 122 57
Binary 11011010 10110 1011000 0 1011010 111100 1111 101010100 1010010 101111

Color Harmonies of #DA1658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1658

Black with #DA1658

Text Example


Text Example

White with #DA1658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1658; }

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

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

background-color css

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

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

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

border-color css

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

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

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