Html Css Color HEX #DA185C Ruby

📋 copy color: '#DA185C'

red 218 ◦ green 24 ◦ blue 92

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

Shades of Ruby #DA185C

Tints of Ruby #DA185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.19%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 65.27%
G = 7.19%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA185C (or 0xDA185C) is known color: Ruby. HEX triplet: DA, 18 and 5C. RGB value is (218,24,92). Sum of RGB (Red+Green+Blue) = 218+24+92=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA185C is #25E7A3. Grayscale: #595959. Windows color (decimal): -2484132 or 6035674. OLE color: 6035674.

HSL color Cylindrical-coordinate representation of color #DA185C: hue angle of 338.97º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA185C is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 92 -
CMYK 0 0.89 0.58 0.15
HSL 338.97º 0.8% 0.47% -
HSV(B) 338.97º 0.89% 0.85% -
XYZ 31.17 16.33 11.63 -
YUV 89.76 129.27 219.47 -
System Red Green Blue C M Y K H S L
Decimal 218 24 92 0 0.89 0.58 0.15 338.97 0.8 0.47
Hex DA 18 5C 0 59 3A F 153 50 2F
Octal 332 30 134 0 131 72 17 523 120 57
Binary 11011010 11000 1011100 0 1011001 111010 1111 101010011 1010000 101111

Color Harmonies of #DA185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA185C

Black with #DA185C

Text Example


Text Example

White with #DA185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA185C; }

 p { color: rgb(218,24,92); }

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

background-color css

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

 a { background-color: rgb(218,24,92); }

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

border-color css

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

 span { border-color: rgb(218,24,92); }

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