Html Css Color HEX #DF105C Ruby

📋 copy color: '#DF105C'

red 223 ◦ green 16 ◦ blue 92

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

Shades of Ruby #DF105C

Tints of Ruby #DF105C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.83%

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 67.37%
G = 4.83%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF105C (or 0xDF105C) is known color: Ruby. HEX triplet: DF, 10 and 5C. RGB value is (223,16,92). Sum of RGB (Red+Green+Blue) = 223+16+92=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF105C is #20EFA3. Grayscale: #565656. Windows color (decimal): -2158500 or 6033631. OLE color: 6033631.

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

Color convert

RGB 223 16 92 -
CMYK 0 0.93 0.59 0.13
HSL 337.97º 0.87% 0.47% -
HSV(B) 337.97º 0.93% 0.87% -
XYZ 32.55 16.83 11.66 -
YUV 86.56 131.08 225.32 -
System Red Green Blue C M Y K H S L
Decimal 223 16 92 0 0.93 0.59 0.13 337.97 0.87 0.47
Hex DF 10 5C 0 5D 3B D 152 57 2F
Octal 337 20 134 0 135 73 15 522 127 57
Binary 11011111 10000 1011100 0 1011101 111011 1101 101010010 1010111 101111

Color Harmonies of #DF105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF105C

Black with #DF105C

Text Example


Text Example

White with #DF105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF105C; }

 p { color: rgb(223,16,92); }

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

background-color css

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

 a { background-color: rgb(223,16,92); }

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

border-color css

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

 span { border-color: rgb(223,16,92); }

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