Html Css Color HEX #DC185B Ruby

📋 copy color: '#DC185B'

red 220 ◦ green 24 ◦ blue 91

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

Shades of Ruby #DC185B

Tints of Ruby #DC185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 65.67%
G = 7.16%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC185B (or 0xDC185B) is known color: Ruby. HEX triplet: DC, 18 and 5B. RGB value is (220,24,91). Sum of RGB (Red+Green+Blue) = 220+24+91=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC185B is #23E7A4. Grayscale: #5A5A5A. Windows color (decimal): -2353061 or 5970140. OLE color: 5970140.

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

Color convert

RGB 220 24 91 -
CMYK 0 0.89 0.59 0.14
HSL 339.49º 0.8% 0.48% -
HSV(B) 339.49º 0.89% 0.86% -
XYZ 31.73 16.62 11.43 -
YUV 90.24 128.43 220.55 -
System Red Green Blue C M Y K H S L
Decimal 220 24 91 0 0.89 0.59 0.14 339.49 0.8 0.48
Hex DC 18 5B 0 59 3B E 153 50 30
Octal 334 30 133 0 131 73 16 523 120 60
Binary 11011100 11000 1011011 0 1011001 111011 1110 101010011 1010000 110000

Color Harmonies of #DC185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC185B

Black with #DC185B

Text Example


Text Example

White with #DC185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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