Html Css Color HEX #DA136C Ruby

📋 copy color: '#DA136C'

red 218 ◦ green 19 ◦ blue 108

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

Shades of Ruby #DA136C

Tints of Ruby #DA136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 63.19%
G = 5.51%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA136C (or 0xDA136C) is known color: Ruby. HEX triplet: DA, 13 and 6C. RGB value is (218,19,108). Sum of RGB (Red+Green+Blue) = 218+19+108=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA136C is #25EC93. Grayscale: #585858. Windows color (decimal): -2485396 or 7082970. OLE color: 7082970.

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

Color convert

RGB 218 19 108 -
CMYK 0 0.91 0.50 0.15
HSL 333.17º 0.84% 0.46% -
HSV(B) 333.17º 0.91% 0.85% -
XYZ 31.85 16.45 15.68 -
YUV 88.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 218 19 108 0 0.91 0.50 0.15 333.17 0.84 0.46
Hex DA 13 6C 0 5B 32 F 14D 54 2E
Octal 332 23 154 0 133 62 17 515 124 56
Binary 11011010 10011 1101100 0 1011011 110010 1111 101001101 1010100 101110

Color Harmonies of #DA136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA136C

Black with #DA136C

Text Example


Text Example

White with #DA136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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