Html Css Color HEX #DA1462 Ruby

📋 copy color: '#DA1462'

red 218 ◦ green 20 ◦ blue 98

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

Shades of Ruby #DA1462

Tints of Ruby #DA1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.95%

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

R = 64.88%
G = 5.95%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA1462 (or 0xDA1462) is known color: Ruby. HEX triplet: DA, 14 and 62. RGB value is (218,20,98). Sum of RGB (Red+Green+Blue) = 218+20+98=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1462 is #25EB9D. Grayscale: #575757. Windows color (decimal): -2485150 or 6427866. OLE color: 6427866.

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

Color convert

RGB 218 20 98 -
CMYK 0 0.91 0.55 0.15
HSL 336.36º 0.83% 0.47% -
HSV(B) 336.36º 0.91% 0.85% -
XYZ 31.37 16.29 13.05 -
YUV 88.09 133.6 220.66 -
System Red Green Blue C M Y K H S L
Decimal 218 20 98 0 0.91 0.55 0.15 336.36 0.83 0.47
Hex DA 14 62 0 5B 37 F 150 53 2F
Octal 332 24 142 0 133 67 17 520 123 57
Binary 11011010 10100 1100010 0 1011011 110111 1111 101010000 1010011 101111

Color Harmonies of #DA1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1462

Black with #DA1462

Text Example


Text Example

White with #DA1462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1462; }

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

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

background-color css

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

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

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

border-color css

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

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

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