Html Css Color HEX #DA186D Ruby

📋 copy color: '#DA186D'

red 218 ◦ green 24 ◦ blue 109

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

Shades of Ruby #DA186D

Tints of Ruby #DA186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 62.11%
G = 6.84%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA186D (or 0xDA186D) is known color: Ruby. HEX triplet: DA, 18 and 6D. RGB value is (218,24,109). Sum of RGB (Red+Green+Blue) = 218+24+109=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA186D is #25E792. Grayscale: #5B5B5B. Windows color (decimal): -2484115 or 7149786. OLE color: 7149786.

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

Color convert

RGB 218 24 109 -
CMYK 0 0.89 0.5 0.15
HSL 333.71º 0.8% 0.47% -
HSV(B) 333.71º 0.89% 0.85% -
XYZ 32 16.66 16 -
YUV 91.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 218 24 109 0 0.89 0.5 0.15 333.71 0.8 0.47
Hex DA 18 6D 0 59 32 F 14E 50 2F
Octal 332 30 155 0 131 62 17 516 120 57
Binary 11011010 11000 1101101 0 1011001 110010 1111 101001110 1010000 101111

Color Harmonies of #DA186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA186D

Black with #DA186D

Text Example


Text Example

White with #DA186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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