Html Css Color HEX #DF1076 Ruby

📋 copy color: '#DF1076'

red 223 ◦ green 16 ◦ blue 118

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

Shades of Ruby #DF1076

Tints of Ruby #DF1076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 62.46%
G = 4.48%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF1076 (or 0xDF1076) is known color: Ruby. HEX triplet: DF, 10 and 76. RGB value is (223,16,118). Sum of RGB (Red+Green+Blue) = 223+16+118=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1076 is #20EF89. Grayscale: #595959. Windows color (decimal): -2158474 or 7737567. OLE color: 7737567.

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

Color convert

RGB 223 16 118 -
CMYK 0 0.93 0.47 0.13
HSL 330.43º 0.87% 0.47% -
HSV(B) 330.43º 0.93% 0.87% -
XYZ 33.89 17.37 18.71 -
YUV 89.52 144.08 223.21 -
System Red Green Blue C M Y K H S L
Decimal 223 16 118 0 0.93 0.47 0.13 330.43 0.87 0.47
Hex DF 10 76 0 5D 2F D 14A 57 2F
Octal 337 20 166 0 135 57 15 512 127 57
Binary 11011111 10000 1110110 0 1011101 101111 1101 101001010 1010111 101111

Color Harmonies of #DF1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1076

Black with #DF1076

Text Example


Text Example

White with #DF1076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1076; }

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

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

background-color css

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

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

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

border-color css

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

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

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