Html Css Color HEX #DA1366 Ruby

📋 copy color: '#DA1366'

red 218 ◦ green 19 ◦ blue 102

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

Shades of Ruby #DA1366

Tints of Ruby #DA1366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 64.31%
G = 5.6%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA1366 (or 0xDA1366) is known color: Ruby. HEX triplet: DA, 13 and 66. RGB value is (218,19,102). Sum of RGB (Red+Green+Blue) = 218+19+102=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1366 is #25EC99. Grayscale: #575757. Windows color (decimal): -2485402 or 6689754. OLE color: 6689754.

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

Color convert

RGB 218 19 102 -
CMYK 0 0.91 0.53 0.15
HSL 334.97º 0.84% 0.46% -
HSV(B) 334.97º 0.91% 0.85% -
XYZ 31.54 16.33 14.06 -
YUV 87.96 135.93 220.75 -
System Red Green Blue C M Y K H S L
Decimal 218 19 102 0 0.91 0.53 0.15 334.97 0.84 0.46
Hex DA 13 66 0 5B 35 F 14F 54 2E
Octal 332 23 146 0 133 65 17 517 124 56
Binary 11011010 10011 1100110 0 1011011 110101 1111 101001111 1010100 101110

Color Harmonies of #DA1366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1366

Black with #DA1366

Text Example


Text Example

White with #DA1366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1366; }

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

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

background-color css

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

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

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

border-color css

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

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

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