Html Css Color HEX #DF185B Ruby

📋 copy color: '#DF185B'

red 223 ◦ green 24 ◦ blue 91

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

Shades of Ruby #DF185B

Tints of Ruby #DF185B

RGB

 RED value IS 223 (87.5% from 255) = 65.98%

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

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

R = 65.98%
G = 7.1%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF185B (or 0xDF185B) is known color: Ruby. HEX triplet: DF, 18 and 5B. RGB value is (223,24,91). Sum of RGB (Red+Green+Blue) = 223+24+91=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF185B is #20E7A4. Grayscale: #5B5B5B. Windows color (decimal): -2156453 or 5970143. OLE color: 5970143.

HSL color Cylindrical-coordinate representation of color #DF185B: hue angle of 339.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF185B is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 24 91 -
CMYK 0 0.89 0.59 0.13
HSL 339.8º 0.81% 0.48% -
HSV(B) 339.8º 0.89% 0.87% -
XYZ 32.65 17.1 11.48 -
YUV 91.14 127.93 222.05 -
System Red Green Blue C M Y K H S L
Decimal 223 24 91 0 0.89 0.59 0.13 339.8 0.81 0.48
Hex DF 18 5B 0 59 3B D 154 51 30
Octal 337 30 133 0 131 73 15 524 121 60
Binary 11011111 11000 1011011 0 1011001 111011 1101 101010100 1010001 110000

Color Harmonies of #DF185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF185B

Black with #DF185B

Text Example


Text Example

White with #DF185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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