Html Css Color HEX #DA135B Ruby

📋 copy color: '#DA135B'

red 218 ◦ green 19 ◦ blue 91

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

Shades of Ruby #DA135B

Tints of Ruby #DA135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 66.46%
G = 5.79%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA135B (or 0xDA135B) is known color: Ruby. HEX triplet: DA, 13 and 5B. RGB value is (218,19,91). Sum of RGB (Red+Green+Blue) = 218+19+91=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA135B is #25ECA4. Grayscale: #565656. Windows color (decimal): -2485413 or 5968858. OLE color: 5968858.

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

Color convert

RGB 218 19 91 -
CMYK 0 0.91 0.58 0.15
HSL 338.29º 0.84% 0.46% -
HSV(B) 338.29º 0.91% 0.85% -
XYZ 31.03 16.13 11.37 -
YUV 86.71 130.43 221.65 -
System Red Green Blue C M Y K H S L
Decimal 218 19 91 0 0.91 0.58 0.15 338.29 0.84 0.46
Hex DA 13 5B 0 5B 3A F 152 54 2E
Octal 332 23 133 0 133 72 17 522 124 56
Binary 11011010 10011 1011011 0 1011011 111010 1111 101010010 1010100 101110

Color Harmonies of #DA135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA135B

Black with #DA135B

Text Example


Text Example

White with #DA135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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