Html Css Color HEX #DA136F Ruby

📋 copy color: '#DA136F'

red 218 ◦ green 19 ◦ blue 111

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

Shades of Ruby #DA136F

Tints of Ruby #DA136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 62.64%
G = 5.46%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA136F (or 0xDA136F) is known color: Ruby. HEX triplet: DA, 13 and 6F. RGB value is (218,19,111). Sum of RGB (Red+Green+Blue) = 218+19+111=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA136F is #25EC90. Grayscale: #585858. Windows color (decimal): -2485393 or 7279578. OLE color: 7279578.

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

Color convert

RGB 218 19 111 -
CMYK 0 0.91 0.49 0.15
HSL 332.26º 0.84% 0.46% -
HSV(B) 332.26º 0.91% 0.85% -
XYZ 32.02 16.52 16.54 -
YUV 88.99 140.43 220.02 -
System Red Green Blue C M Y K H S L
Decimal 218 19 111 0 0.91 0.49 0.15 332.26 0.84 0.46
Hex DA 13 6F 0 5B 31 F 14C 54 2E
Octal 332 23 157 0 133 61 17 514 124 56
Binary 11011010 10011 1101111 0 1011011 110001 1111 101001100 1010100 101110

Color Harmonies of #DA136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA136F

Black with #DA136F

Text Example


Text Example

White with #DA136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA136F; }

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

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

background-color css

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

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

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

border-color css

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

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

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