Html Css Color HEX #DF1167 Ruby

📋 copy color: '#DF1167'

red 223 ◦ green 17 ◦ blue 103

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

Shades of Ruby #DF1167

Tints of Ruby #DF1167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.03%

R = 65.01%
G = 4.96%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF1167 (or 0xDF1167) is known color: Ruby. HEX triplet: DF, 11 and 67. RGB value is (223,17,103). Sum of RGB (Red+Green+Blue) = 223+17+103=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1167 is #20EE98. Grayscale: #585858. Windows color (decimal): -2158233 or 6754783. OLE color: 6754783.

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

Color convert

RGB 223 17 103 -
CMYK 0 0.92 0.54 0.13
HSL 334.95º 0.86% 0.47% -
HSV(B) 334.95º 0.92% 0.87% -
XYZ 33.08 17.07 14.38 -
YUV 88.4 136.25 224.01 -
System Red Green Blue C M Y K H S L
Decimal 223 17 103 0 0.92 0.54 0.13 334.95 0.86 0.47
Hex DF 11 67 0 5C 36 D 14F 56 2F
Octal 337 21 147 0 134 66 15 517 126 57
Binary 11011111 10001 1100111 0 1011100 110110 1101 101001111 1010110 101111

Color Harmonies of #DF1167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1167

Black with #DF1167

Text Example


Text Example

White with #DF1167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1167; }

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

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

background-color css

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

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

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

border-color css

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

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

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