Html Css Color HEX #DF165D Ruby

📋 copy color: '#DF165D'

red 223 ◦ green 22 ◦ blue 93

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

Shades of Ruby #DF165D

Tints of Ruby #DF165D

RGB

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

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

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

R = 65.98%
G = 6.51%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF165D (or 0xDF165D) is known color: Ruby. HEX triplet: DF, 16 and 5D. RGB value is (223,22,93). Sum of RGB (Red+Green+Blue) = 223+22+93=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF165D is #20E9A2. Grayscale: #5A5A5A. Windows color (decimal): -2156963 or 6100703. OLE color: 6100703.

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

Color convert

RGB 223 22 93 -
CMYK 0 0.90 0.58 0.13
HSL 338.81º 0.82% 0.48% -
HSV(B) 338.81º 0.9% 0.87% -
XYZ 32.69 17.05 11.92 -
YUV 90.19 129.59 222.73 -
System Red Green Blue C M Y K H S L
Decimal 223 22 93 0 0.90 0.58 0.13 338.81 0.82 0.48
Hex DF 16 5D 0 5A 3A D 153 52 30
Octal 337 26 135 0 132 72 15 523 122 60
Binary 11011111 10110 1011101 0 1011010 111010 1101 101010011 1010010 110000

Color Harmonies of #DF165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF165D

Black with #DF165D

Text Example


Text Example

White with #DF165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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