Html Css Color HEX #DE1076 Ruby

📋 copy color: '#DE1076'

red 222 ◦ green 16 ◦ blue 118

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

Shades of Ruby #DE1076

Tints of Ruby #DE1076

RGB

 RED value IS 222 (87.11% from 255) = 62.36%

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

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

R = 62.36%
G = 4.49%
B = 33.15%

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

#DE1076 (or 0xDE1076) is known color: Ruby. HEX triplet: DE, 10 and 76. RGB value is (222,16,118). Sum of RGB (Red+Green+Blue) = 222+16+118=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1076 is #21EF89. Grayscale: #595959. Windows color (decimal): -2224010 or 7737566. OLE color: 7737566.

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

Color convert

RGB 222 16 118 -
CMYK 0 0.93 0.47 0.13
HSL 330.29º 0.87% 0.47% -
HSV(B) 330.29º 0.93% 0.87% -
XYZ 33.58 17.21 18.69 -
YUV 89.22 144.25 222.71 -
System Red Green Blue C M Y K H S L
Decimal 222 16 118 0 0.93 0.47 0.13 330.29 0.87 0.47
Hex DE 10 76 0 5D 2F D 14A 57 2F
Octal 336 20 166 0 135 57 15 512 127 57
Binary 11011110 10000 1110110 0 1011101 101111 1101 101001010 1010111 101111

Color Harmonies of #DE1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1076

Black with #DE1076

Text Example


Text Example

White with #DE1076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1076; }

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

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

background-color css

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

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

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

border-color css

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

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

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