Html Css Color HEX #DA1376 Ruby

📋 copy color: '#DA1376'

red 218 ◦ green 19 ◦ blue 118

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

Shades of Ruby #DA1376

Tints of Ruby #DA1376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 61.41%
G = 5.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA1376 (or 0xDA1376) is known color: Ruby. HEX triplet: DA, 13 and 76. RGB value is (218,19,118). Sum of RGB (Red+Green+Blue) = 218+19+118=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1376 is #25EC89. Grayscale: #595959. Windows color (decimal): -2485386 or 7738330. OLE color: 7738330.

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

Color convert

RGB 218 19 118 -
CMYK 0 0.91 0.46 0.15
HSL 330.15º 0.84% 0.46% -
HSV(B) 330.15º 0.91% 0.85% -
XYZ 32.42 16.68 18.65 -
YUV 89.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 218 19 118 0 0.91 0.46 0.15 330.15 0.84 0.46
Hex DA 13 76 0 5B 2E F 14A 54 2E
Octal 332 23 166 0 133 56 17 512 124 56
Binary 11011010 10011 1110110 0 1011011 101110 1111 101001010 1010100 101110

Color Harmonies of #DA1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1376

Black with #DA1376

Text Example


Text Example

White with #DA1376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1376; }

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

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

background-color css

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

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

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

border-color css

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

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

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