Html Css Color HEX #DA185F Ruby

📋 copy color: '#DA185F'

red 218 ◦ green 24 ◦ blue 95

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

Shades of Ruby #DA185F

Tints of Ruby #DA185F

RGB

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

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

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

R = 64.69%
G = 7.12%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA185F (or 0xDA185F) is known color: Ruby. HEX triplet: DA, 18 and 5F. RGB value is (218,24,95). Sum of RGB (Red+Green+Blue) = 218+24+95=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA185F is #25E7A0. Grayscale: #5A5A5A. Windows color (decimal): -2484129 or 6232282. OLE color: 6232282.

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

Color convert

RGB 218 24 95 -
CMYK 0 0.89 0.56 0.15
HSL 338.04º 0.8% 0.47% -
HSV(B) 338.04º 0.89% 0.85% -
XYZ 31.31 16.38 12.34 -
YUV 90.1 130.77 219.23 -
System Red Green Blue C M Y K H S L
Decimal 218 24 95 0 0.89 0.56 0.15 338.04 0.8 0.47
Hex DA 18 5F 0 59 38 F 152 50 2F
Octal 332 30 137 0 131 70 17 522 120 57
Binary 11011010 11000 1011111 0 1011001 111000 1111 101010010 1010000 101111

Color Harmonies of #DA185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA185F

Black with #DA185F

Text Example


Text Example

White with #DA185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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