Html Css Color HEX #DA1663 Ruby

📋 copy color: '#DA1663'

red 218 ◦ green 22 ◦ blue 99

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

Shades of Ruby #DA1663

Tints of Ruby #DA1663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 64.31%
G = 6.49%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA1663 (or 0xDA1663) is known color: Ruby. HEX triplet: DA, 16 and 63. RGB value is (218,22,99). Sum of RGB (Red+Green+Blue) = 218+22+99=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1663 is #25E99C. Grayscale: #595959. Windows color (decimal): -2484637 or 6493914. OLE color: 6493914.

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

Color convert

RGB 218 22 99 -
CMYK 0 0.90 0.55 0.15
HSL 336.43º 0.82% 0.47% -
HSV(B) 336.43º 0.9% 0.85% -
XYZ 31.45 16.38 13.31 -
YUV 89.38 133.43 219.74 -
System Red Green Blue C M Y K H S L
Decimal 218 22 99 0 0.90 0.55 0.15 336.43 0.82 0.47
Hex DA 16 63 0 5A 37 F 150 52 2F
Octal 332 26 143 0 132 67 17 520 122 57
Binary 11011010 10110 1100011 0 1011010 110111 1111 101010000 1010010 101111

Color Harmonies of #DA1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1663

Black with #DA1663

Text Example


Text Example

White with #DA1663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1663; }

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

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

background-color css

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

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

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

border-color css

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

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

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