Html Css Color HEX #DA1E62 Ruby

📋 copy color: '#DA1E62'

red 218 ◦ green 30 ◦ blue 98

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

Shades of Ruby #DA1E62

Tints of Ruby #DA1E62

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 63.01%
G = 8.67%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA1E62 (or 0xDA1E62) is known color: Ruby. HEX triplet: DA, 1E and 62. RGB value is (218,30,98). Sum of RGB (Red+Green+Blue) = 218+30+98=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1E62 is #25E19D. Grayscale: #5D5D5D. Windows color (decimal): -2482590 or 6430426. OLE color: 6430426.

HSL color Cylindrical-coordinate representation of color #DA1E62: hue angle of 338.3º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1E62 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 30 98 -
CMYK 0 0.86 0.55 0.15
HSL 338.3º 0.76% 0.49% -
HSV(B) 338.3º 0.86% 0.85% -
XYZ 31.58 16.72 13.12 -
YUV 93.96 130.28 216.47 -
System Red Green Blue C M Y K H S L
Decimal 218 30 98 0 0.86 0.55 0.15 338.3 0.76 0.49
Hex DA 1E 62 0 56 37 F 152 4C 31
Octal 332 36 142 0 126 67 17 522 114 61
Binary 11011010 11110 1100010 0 1010110 110111 1111 101010010 1001100 110001

Color Harmonies of #DA1E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E62

Black with #DA1E62

Text Example


Text Example

White with #DA1E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E62; }

 p { color: rgb(218,30,98); }

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

background-color css

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

 a { background-color: rgb(218,30,98); }

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

border-color css

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

 span { border-color: rgb(218,30,98); }

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