Html Css Color HEX #DE1155 Ruby

📋 copy color: '#DE1155'

red 222 ◦ green 17 ◦ blue 85

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

Shades of Ruby #DE1155

Tints of Ruby #DE1155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.25%

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 68.52%
G = 5.25%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE1155 (or 0xDE1155) is known color: Ruby. HEX triplet: DE, 11 and 55. RGB value is (222,17,85). Sum of RGB (Red+Green+Blue) = 222+17+85=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1155 is #21EEAA. Grayscale: #555555. Windows color (decimal): -2223787 or 5575134. OLE color: 5575134.

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

Color convert

RGB 222 17 85 -
CMYK 0 0.92 0.62 0.13
HSL 340.1º 0.86% 0.47% -
HSV(B) 340.1º 0.92% 0.87% -
XYZ 31.96 16.59 10.11 -
YUV 86.05 127.42 224.97 -
System Red Green Blue C M Y K H S L
Decimal 222 17 85 0 0.92 0.62 0.13 340.1 0.86 0.47
Hex DE 11 55 0 5C 3E D 154 56 2F
Octal 336 21 125 0 134 76 15 524 126 57
Binary 11011110 10001 1010101 0 1011100 111110 1101 101010100 1010110 101111

Color Harmonies of #DE1155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1155

Black with #DE1155

Text Example


Text Example

White with #DE1155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1155; }

 p { color: rgb(222,17,85); }

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

background-color css

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

 a { background-color: rgb(222,17,85); }

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

border-color css

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

 span { border-color: rgb(222,17,85); }

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