Html Css Color HEX #DA1865 Ruby

📋 copy color: '#DA1865'

red 218 ◦ green 24 ◦ blue 101

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

Shades of Ruby #DA1865

Tints of Ruby #DA1865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 63.56%
G = 7%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA1865 (or 0xDA1865) is known color: Ruby. HEX triplet: DA, 18 and 65. RGB value is (218,24,101). Sum of RGB (Red+Green+Blue) = 218+24+101=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1865 is #25E79A. Grayscale: #5A5A5A. Windows color (decimal): -2484123 or 6625498. OLE color: 6625498.

HSL color Cylindrical-coordinate representation of color #DA1865: hue angle of 336.19º degrees, saturation: 0.8, 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 #DA1865 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 101 -
CMYK 0 0.89 0.54 0.15
HSL 336.19º 0.8% 0.47% -
HSV(B) 336.19º 0.89% 0.85% -
XYZ 31.59 16.5 13.83 -
YUV 90.78 133.77 218.74 -
System Red Green Blue C M Y K H S L
Decimal 218 24 101 0 0.89 0.54 0.15 336.19 0.8 0.47
Hex DA 18 65 0 59 36 F 150 50 2F
Octal 332 30 145 0 131 66 17 520 120 57
Binary 11011010 11000 1100101 0 1011001 110110 1111 101010000 1010000 101111

Color Harmonies of #DA1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1865

Black with #DA1865

Text Example


Text Example

White with #DA1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1865; }

 p { color: rgb(218,24,101); }

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

background-color css

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

 a { background-color: rgb(218,24,101); }

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

border-color css

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

 span { border-color: rgb(218,24,101); }

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