Html Css Color HEX #DA136B Ruby

📋 copy color: '#DA136B'

red 218 ◦ green 19 ◦ blue 107

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

Shades of Ruby #DA136B

Tints of Ruby #DA136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 63.37%
G = 5.52%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA136B (or 0xDA136B) is known color: Ruby. HEX triplet: DA, 13 and 6B. RGB value is (218,19,107). Sum of RGB (Red+Green+Blue) = 218+19+107=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA136B is #25EC94. Grayscale: #585858. Windows color (decimal): -2485397 or 7017434. OLE color: 7017434.

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

Color convert

RGB 218 19 107 -
CMYK 0 0.91 0.51 0.15
HSL 333.47º 0.84% 0.46% -
HSV(B) 333.47º 0.91% 0.85% -
XYZ 31.8 16.43 15.41 -
YUV 88.53 138.43 220.34 -
System Red Green Blue C M Y K H S L
Decimal 218 19 107 0 0.91 0.51 0.15 333.47 0.84 0.46
Hex DA 13 6B 0 5B 33 F 14D 54 2E
Octal 332 23 153 0 133 63 17 515 124 56
Binary 11011010 10011 1101011 0 1011011 110011 1111 101001101 1010100 101110

Color Harmonies of #DA136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA136B

Black with #DA136B

Text Example


Text Example

White with #DA136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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