Html Css Color HEX #DA136D Ruby

📋 copy color: '#DA136D'

red 218 ◦ green 19 ◦ blue 109

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

Shades of Ruby #DA136D

Tints of Ruby #DA136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 63.01%
G = 5.49%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA136D (or 0xDA136D) is known color: Ruby. HEX triplet: DA, 13 and 6D. RGB value is (218,19,109). Sum of RGB (Red+Green+Blue) = 218+19+109=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA136D is #25EC92. Grayscale: #585858. Windows color (decimal): -2485395 or 7148506. OLE color: 7148506.

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

Color convert

RGB 218 19 109 -
CMYK 0 0.91 0.5 0.15
HSL 332.86º 0.84% 0.46% -
HSV(B) 332.86º 0.91% 0.85% -
XYZ 31.91 16.48 15.97 -
YUV 88.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 218 19 109 0 0.91 0.5 0.15 332.86 0.84 0.46
Hex DA 13 6D 0 5B 32 F 14D 54 2E
Octal 332 23 155 0 133 62 17 515 124 56
Binary 11011010 10011 1101101 0 1011011 110010 1111 101001101 1010100 101110

Color Harmonies of #DA136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA136D

Black with #DA136D

Text Example


Text Example

White with #DA136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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