Html Css Color HEX #DF165B Ruby

📋 copy color: '#DF165B'

red 223 ◦ green 22 ◦ blue 91

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

Shades of Ruby #DF165B

Tints of Ruby #DF165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.55%

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

R = 66.37%
G = 6.55%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF165B (or 0xDF165B) is known color: Ruby. HEX triplet: DF, 16 and 5B. RGB value is (223,22,91). Sum of RGB (Red+Green+Blue) = 223+22+91=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF165B is #20E9A4. Grayscale: #595959. Windows color (decimal): -2156965 or 5969631. OLE color: 5969631.

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

Color convert

RGB 223 22 91 -
CMYK 0 0.90 0.59 0.13
HSL 339.4º 0.82% 0.48% -
HSV(B) 339.4º 0.9% 0.87% -
XYZ 32.61 17.02 11.46 -
YUV 89.97 128.59 222.89 -
System Red Green Blue C M Y K H S L
Decimal 223 22 91 0 0.90 0.59 0.13 339.4 0.82 0.48
Hex DF 16 5B 0 5A 3B D 153 52 30
Octal 337 26 133 0 132 73 15 523 122 60
Binary 11011111 10110 1011011 0 1011010 111011 1101 101010011 1010010 110000

Color Harmonies of #DF165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF165B

Black with #DF165B

Text Example


Text Example

White with #DF165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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