Html Css Color HEX #DA186F Ruby

📋 copy color: '#DA186F'

red 218 ◦ green 24 ◦ blue 111

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

Shades of Ruby #DA186F

Tints of Ruby #DA186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 61.76%
G = 6.8%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA186F (or 0xDA186F) is known color: Ruby. HEX triplet: DA, 18 and 6F. RGB value is (218,24,111). Sum of RGB (Red+Green+Blue) = 218+24+111=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA186F is #25E790. Grayscale: #5B5B5B. Windows color (decimal): -2484113 or 7280858. OLE color: 7280858.

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

Color convert

RGB 218 24 111 -
CMYK 0 0.89 0.49 0.15
HSL 333.09º 0.8% 0.47% -
HSV(B) 333.09º 0.89% 0.85% -
XYZ 32.11 16.71 16.57 -
YUV 91.92 138.77 217.93 -
System Red Green Blue C M Y K H S L
Decimal 218 24 111 0 0.89 0.49 0.15 333.09 0.8 0.47
Hex DA 18 6F 0 59 31 F 14D 50 2F
Octal 332 30 157 0 131 61 17 515 120 57
Binary 11011010 11000 1101111 0 1011001 110001 1111 101001101 1010000 101111

Color Harmonies of #DA186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA186F

Black with #DA186F

Text Example


Text Example

White with #DA186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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