Html Css Color HEX #DE1060 Ruby

📋 copy color: '#DE1060'

red 222 ◦ green 16 ◦ blue 96

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

Shades of Ruby #DE1060

Tints of Ruby #DE1060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 66.47%
G = 4.79%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE1060 (or 0xDE1060) is known color: Ruby. HEX triplet: DE, 10 and 60. RGB value is (222,16,96). Sum of RGB (Red+Green+Blue) = 222+16+96=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1060 is #21EF9F. Grayscale: #565656. Windows color (decimal): -2224032 or 6295774. OLE color: 6295774.

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

Color convert

RGB 222 16 96 -
CMYK 0 0.93 0.57 0.13
HSL 336.7º 0.87% 0.47% -
HSV(B) 336.7º 0.93% 0.87% -
XYZ 32.42 16.74 12.59 -
YUV 86.71 133.25 224.5 -
System Red Green Blue C M Y K H S L
Decimal 222 16 96 0 0.93 0.57 0.13 336.7 0.87 0.47
Hex DE 10 60 0 5D 39 D 151 57 2F
Octal 336 20 140 0 135 71 15 521 127 57
Binary 11011110 10000 1100000 0 1011101 111001 1101 101010001 1010111 101111

Color Harmonies of #DE1060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1060

Black with #DE1060

Text Example


Text Example

White with #DE1060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1060; }

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

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

background-color css

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

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

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

border-color css

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

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

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