Html Css Color HEX #DF1175 Ruby

📋 copy color: '#DF1175'

red 223 ◦ green 17 ◦ blue 117

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

Shades of Ruby #DF1175

Tints of Ruby #DF1175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 62.46%
G = 4.76%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF1175 (or 0xDF1175) is known color: Ruby. HEX triplet: DF, 11 and 75. RGB value is (223,17,117). Sum of RGB (Red+Green+Blue) = 223+17+117=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1175 is #20EE8A. Grayscale: #595959. Windows color (decimal): -2158219 or 7672287. OLE color: 7672287.

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

Color convert

RGB 223 17 117 -
CMYK 0 0.92 0.48 0.13
HSL 330.87º 0.86% 0.47% -
HSV(B) 330.87º 0.92% 0.87% -
XYZ 33.84 17.37 18.4 -
YUV 89.99 143.25 222.87 -
System Red Green Blue C M Y K H S L
Decimal 223 17 117 0 0.92 0.48 0.13 330.87 0.86 0.47
Hex DF 11 75 0 5C 30 D 14B 56 2F
Octal 337 21 165 0 134 60 15 513 126 57
Binary 11011111 10001 1110101 0 1011100 110000 1101 101001011 1010110 101111

Color Harmonies of #DF1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1175

Black with #DF1175

Text Example


Text Example

White with #DF1175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1175; }

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

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

background-color css

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

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

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

border-color css

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

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

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