Html Css Color HEX #DA1362 Ruby

📋 copy color: '#DA1362'

red 218 ◦ green 19 ◦ blue 98

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

Shades of Ruby #DA1362

Tints of Ruby #DA1362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

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

R = 65.07%
G = 5.67%
B = 29.25%

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

#DA1362 (or 0xDA1362) is known color: Ruby. HEX triplet: DA, 13 and 62. RGB value is (218,19,98). Sum of RGB (Red+Green+Blue) = 218+19+98=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1362 is #25EC9D. Grayscale: #575757. Windows color (decimal): -2485406 or 6427610. OLE color: 6427610.

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

Color convert

RGB 218 19 98 -
CMYK 0 0.91 0.55 0.15
HSL 336.18º 0.84% 0.46% -
HSV(B) 336.18º 0.91% 0.85% -
XYZ 31.35 16.25 13.04 -
YUV 87.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 218 19 98 0 0.91 0.55 0.15 336.18 0.84 0.46
Hex DA 13 62 0 5B 37 F 150 54 2E
Octal 332 23 142 0 133 67 17 520 124 56
Binary 11011010 10011 1100010 0 1011011 110111 1111 101010000 1010100 101110

Color Harmonies of #DA1362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1362

Black with #DA1362

Text Example


Text Example

White with #DA1362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1362; }

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

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

background-color css

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

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

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

border-color css

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

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

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