Html Css Color HEX #DF126F Ruby

📋 copy color: '#DF126F'

red 223 ◦ green 18 ◦ blue 111

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

Shades of Ruby #DF126F

Tints of Ruby #DF126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 63.35%
G = 5.11%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF126F (or 0xDF126F) is known color: Ruby. HEX triplet: DF, 12 and 6F. RGB value is (223,18,111). Sum of RGB (Red+Green+Blue) = 223+18+111=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF126F is #20ED90. Grayscale: #595959. Windows color (decimal): -2157969 or 7279327. OLE color: 7279327.

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

Color convert

RGB 223 18 111 -
CMYK 0 0.92 0.50 0.13
HSL 332.78º 0.85% 0.47% -
HSV(B) 332.78º 0.92% 0.87% -
XYZ 33.52 17.27 16.61 -
YUV 89.9 139.92 222.94 -
System Red Green Blue C M Y K H S L
Decimal 223 18 111 0 0.92 0.50 0.13 332.78 0.85 0.47
Hex DF 12 6F 0 5C 32 D 14D 55 2F
Octal 337 22 157 0 134 62 15 515 125 57
Binary 11011111 10010 1101111 0 1011100 110010 1101 101001101 1010101 101111

Color Harmonies of #DF126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF126F

Black with #DF126F

Text Example


Text Example

White with #DF126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF126F; }

 p { color: rgb(223,18,111); }

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

background-color css

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

 a { background-color: rgb(223,18,111); }

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

border-color css

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

 span { border-color: rgb(223,18,111); }

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