Html Css Color HEX #DA115E Ruby

📋 copy color: '#DA115E'

red 218 ◦ green 17 ◦ blue 94

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

Shades of Ruby #DA115E

Tints of Ruby #DA115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 66.26%
G = 5.17%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA115E (or 0xDA115E) is known color: Ruby. HEX triplet: DA, 11 and 5E. RGB value is (218,17,94). Sum of RGB (Red+Green+Blue) = 218+17+94=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA115E is #25EEA1. Grayscale: #555555. Windows color (decimal): -2485922 or 6164954. OLE color: 6164954.

HSL color Cylindrical-coordinate representation of color #DA115E: hue angle of 337.01º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA115E is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 94 -
CMYK 0 0.92 0.57 0.15
HSL 337.01º 0.86% 0.46% -
HSV(B) 337.01º 0.92% 0.85% -
XYZ 31.13 16.11 12.06 -
YUV 85.88 132.59 222.24 -
System Red Green Blue C M Y K H S L
Decimal 218 17 94 0 0.92 0.57 0.15 337.01 0.86 0.46
Hex DA 11 5E 0 5C 39 F 151 56 2E
Octal 332 21 136 0 134 71 17 521 126 56
Binary 11011010 10001 1011110 0 1011100 111001 1111 101010001 1010110 101110

Color Harmonies of #DA115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA115E

Black with #DA115E

Text Example


Text Example

White with #DA115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA115E; }

 p { color: rgb(218,17,94); }

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

background-color css

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

 a { background-color: rgb(218,17,94); }

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

border-color css

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

 span { border-color: rgb(218,17,94); }

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