Html Css Color HEX #DA135F Ruby

📋 copy color: '#DA135F'

red 218 ◦ green 19 ◦ blue 95

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

Shades of Ruby #DA135F

Tints of Ruby #DA135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 65.66%
G = 5.72%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA135F (or 0xDA135F) is known color: Ruby. HEX triplet: DA, 13 and 5F. RGB value is (218,19,95). Sum of RGB (Red+Green+Blue) = 218+19+95=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA135F is #25ECA0. Grayscale: #575757. Windows color (decimal): -2485409 or 6231002. OLE color: 6231002.

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

Color convert

RGB 218 19 95 -
CMYK 0 0.91 0.56 0.15
HSL 337.09º 0.84% 0.46% -
HSV(B) 337.09º 0.91% 0.85% -
XYZ 31.21 16.2 12.31 -
YUV 87.17 132.43 221.32 -
System Red Green Blue C M Y K H S L
Decimal 218 19 95 0 0.91 0.56 0.15 337.09 0.84 0.46
Hex DA 13 5F 0 5B 38 F 151 54 2E
Octal 332 23 137 0 133 70 17 521 124 56
Binary 11011010 10011 1011111 0 1011011 111000 1111 101010001 1010100 101110

Color Harmonies of #DA135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA135F

Black with #DA135F

Text Example


Text Example

White with #DA135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA135F; }

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

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

background-color css

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

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

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

border-color css

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

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

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