Html Css Color HEX #DC186F Ruby

📋 copy color: '#DC186F'

red 220 ◦ green 24 ◦ blue 111

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

Shades of Ruby #DC186F

Tints of Ruby #DC186F

RGB

 RED value IS 220 (86.33% from 255) = 61.97%

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

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

R = 61.97%
G = 6.76%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC186F (or 0xDC186F) is known color: Ruby. HEX triplet: DC, 18 and 6F. RGB value is (220,24,111). Sum of RGB (Red+Green+Blue) = 220+24+111=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC186F is #23E790. Grayscale: #5C5C5C. Windows color (decimal): -2353041 or 7280860. OLE color: 7280860.

HSL color Cylindrical-coordinate representation of color #DC186F: hue angle of 333.37º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC186F is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 111 -
CMYK 0 0.89 0.50 0.14
HSL 333.37º 0.8% 0.48% -
HSV(B) 333.37º 0.89% 0.86% -
XYZ 32.71 17.02 16.6 -
YUV 92.52 138.43 218.93 -
System Red Green Blue C M Y K H S L
Decimal 220 24 111 0 0.89 0.50 0.14 333.37 0.8 0.48
Hex DC 18 6F 0 59 32 E 14D 50 30
Octal 334 30 157 0 131 62 16 515 120 60
Binary 11011100 11000 1101111 0 1011001 110010 1110 101001101 1010000 110000

Color Harmonies of #DC186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC186F

Black with #DC186F

Text Example


Text Example

White with #DC186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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