Html Css Color HEX #DC185D Ruby

📋 copy color: '#DC185D'

red 220 ◦ green 24 ◦ blue 93

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

Shades of Ruby #DC185D

Tints of Ruby #DC185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 65.28%
G = 7.12%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC185D (or 0xDC185D) is known color: Ruby. HEX triplet: DC, 18 and 5D. RGB value is (220,24,93). Sum of RGB (Red+Green+Blue) = 220+24+93=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC185D is #23E7A2. Grayscale: #5A5A5A. Windows color (decimal): -2353059 or 6101212. OLE color: 6101212.

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

Color convert

RGB 220 24 93 -
CMYK 0 0.89 0.58 0.14
HSL 338.88º 0.8% 0.48% -
HSV(B) 338.88º 0.89% 0.86% -
XYZ 31.82 16.66 11.89 -
YUV 90.47 129.43 220.39 -
System Red Green Blue C M Y K H S L
Decimal 220 24 93 0 0.89 0.58 0.14 338.88 0.8 0.48
Hex DC 18 5D 0 59 3A E 153 50 30
Octal 334 30 135 0 131 72 16 523 120 60
Binary 11011100 11000 1011101 0 1011001 111010 1110 101010011 1010000 110000

Color Harmonies of #DC185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC185D

Black with #DC185D

Text Example


Text Example

White with #DC185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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