Html Css Color HEX #DA1369 Ruby

📋 copy color: '#DA1369'

red 218 ◦ green 19 ◦ blue 105

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

Shades of Ruby #DA1369

Tints of Ruby #DA1369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 63.74%
G = 5.56%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA1369 (or 0xDA1369) is known color: Ruby. HEX triplet: DA, 13 and 69. RGB value is (218,19,105). Sum of RGB (Red+Green+Blue) = 218+19+105=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1369 is #25EC96. Grayscale: #585858. Windows color (decimal): -2485399 or 6886362. OLE color: 6886362.

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

Color convert

RGB 218 19 105 -
CMYK 0 0.91 0.52 0.15
HSL 334.07º 0.84% 0.46% -
HSV(B) 334.07º 0.91% 0.85% -
XYZ 31.7 16.39 14.86 -
YUV 88.31 137.43 220.51 -
System Red Green Blue C M Y K H S L
Decimal 218 19 105 0 0.91 0.52 0.15 334.07 0.84 0.46
Hex DA 13 69 0 5B 34 F 14E 54 2E
Octal 332 23 151 0 133 64 17 516 124 56
Binary 11011010 10011 1101001 0 1011011 110100 1111 101001110 1010100 101110

Color Harmonies of #DA1369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1369

Black with #DA1369

Text Example


Text Example

White with #DA1369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1369; }

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

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

background-color css

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

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

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

border-color css

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

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

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