Html Css Color HEX #DF1B59 Ruby

📋 copy color: '#DF1B59'

red 223 ◦ green 27 ◦ blue 89

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

Shades of Ruby #DF1B59

Tints of Ruby #DF1B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.96%

 BLUE value IS 89 (35.16% from 255) = 26.25%

R = 65.78%
G = 7.96%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF1B59 (or 0xDF1B59) is known color: Ruby. HEX triplet: DF, 1B and 59. RGB value is (223,27,89). Sum of RGB (Red+Green+Blue) = 223+27+89=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1B59 is #20E4A6. Grayscale: #5C5C5C. Windows color (decimal): -2155687 or 5839839. OLE color: 5839839.

HSL color Cylindrical-coordinate representation of color #DF1B59: hue angle of 341.02º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1B59 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 27 89 -
CMYK 0 0.88 0.60 0.13
HSL 341.02º 0.78% 0.49% -
HSV(B) 341.02º 0.88% 0.87% -
XYZ 32.63 17.19 11.05 -
YUV 92.67 125.93 220.96 -
System Red Green Blue C M Y K H S L
Decimal 223 27 89 0 0.88 0.60 0.13 341.02 0.78 0.49
Hex DF 1B 59 0 58 3C D 155 4E 31
Octal 337 33 131 0 130 74 15 525 116 61
Binary 11011111 11011 1011001 0 1011000 111100 1101 101010101 1001110 110001

Color Harmonies of #DF1B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1B59

Black with #DF1B59

Text Example


Text Example

White with #DF1B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1B59; }

 p { color: rgb(223,27,89); }

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

background-color css

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

 a { background-color: rgb(223,27,89); }

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

border-color css

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

 span { border-color: rgb(223,27,89); }

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