Html Css Color HEX #DA136A Ruby

📋 copy color: '#DA136A'

red 218 ◦ green 19 ◦ blue 106

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

Shades of Ruby #DA136A

Tints of Ruby #DA136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 63.56%
G = 5.54%
B = 30.9%

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

#DA136A (or 0xDA136A) is known color: Ruby. HEX triplet: DA, 13 and 6A. RGB value is (218,19,106). Sum of RGB (Red+Green+Blue) = 218+19+106=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA136A is #25EC95. Grayscale: #585858. Windows color (decimal): -2485398 or 6951898. OLE color: 6951898.

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

Color convert

RGB 218 19 106 -
CMYK 0 0.91 0.51 0.15
HSL 333.77º 0.84% 0.46% -
HSV(B) 333.77º 0.91% 0.85% -
XYZ 31.75 16.41 15.13 -
YUV 88.42 137.93 220.43 -
System Red Green Blue C M Y K H S L
Decimal 218 19 106 0 0.91 0.51 0.15 333.77 0.84 0.46
Hex DA 13 6A 0 5B 33 F 14E 54 2E
Octal 332 23 152 0 133 63 17 516 124 56
Binary 11011010 10011 1101010 0 1011011 110011 1111 101001110 1010100 101110

Color Harmonies of #DA136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA136A

Black with #DA136A

Text Example


Text Example

White with #DA136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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