Html Css Color HEX #DF1159 Ruby

📋 copy color: '#DF1159'

red 223 ◦ green 17 ◦ blue 89

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

Shades of Ruby #DF1159

Tints of Ruby #DF1159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

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

R = 67.78%
G = 5.17%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF1159 (or 0xDF1159) is known color: Ruby. HEX triplet: DF, 11 and 59. RGB value is (223,17,89). Sum of RGB (Red+Green+Blue) = 223+17+89=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1159 is #20EEA6. Grayscale: #565656. Windows color (decimal): -2158247 or 5837279. OLE color: 5837279.

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

Color convert

RGB 223 17 89 -
CMYK 0 0.92 0.60 0.13
HSL 339.03º 0.86% 0.47% -
HSV(B) 339.03º 0.92% 0.87% -
XYZ 32.44 16.81 10.99 -
YUV 86.8 129.25 225.15 -
System Red Green Blue C M Y K H S L
Decimal 223 17 89 0 0.92 0.60 0.13 339.03 0.86 0.47
Hex DF 11 59 0 5C 3C D 153 56 2F
Octal 337 21 131 0 134 74 15 523 126 57
Binary 11011111 10001 1011001 0 1011100 111100 1101 101010011 1010110 101111

Color Harmonies of #DF1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1159

Black with #DF1159

Text Example


Text Example

White with #DF1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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