Html Css Color HEX #DF126C Ruby

📋 copy color: '#DF126C'

red 223 ◦ green 18 ◦ blue 108

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

Shades of Ruby #DF126C

Tints of Ruby #DF126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 63.9%
G = 5.16%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF126C (or 0xDF126C) is known color: Ruby. HEX triplet: DF, 12 and 6C. RGB value is (223,18,108). Sum of RGB (Red+Green+Blue) = 223+18+108=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF126C is #20ED93. Grayscale: #595959. Windows color (decimal): -2157972 or 7082719. OLE color: 7082719.

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

Color convert

RGB 223 18 108 -
CMYK 0 0.92 0.52 0.13
HSL 333.66º 0.85% 0.47% -
HSV(B) 333.66º 0.92% 0.87% -
XYZ 33.35 17.2 15.75 -
YUV 89.56 138.42 223.18 -
System Red Green Blue C M Y K H S L
Decimal 223 18 108 0 0.92 0.52 0.13 333.66 0.85 0.47
Hex DF 12 6C 0 5C 34 D 14E 55 2F
Octal 337 22 154 0 134 64 15 516 125 57
Binary 11011111 10010 1101100 0 1011100 110100 1101 101001110 1010101 101111

Color Harmonies of #DF126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF126C

Black with #DF126C

Text Example


Text Example

White with #DF126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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