Html Css Color HEX #DE116E Ruby

📋 copy color: '#DE116E'

red 222 ◦ green 17 ◦ blue 110

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

Shades of Ruby #DE116E

Tints of Ruby #DE116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 63.61%
G = 4.87%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE116E (or 0xDE116E) is known color: Ruby. HEX triplet: DE, 11 and 6E. RGB value is (222,17,110). Sum of RGB (Red+Green+Blue) = 222+17+110=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE116E is #21EE91. Grayscale: #585858. Windows color (decimal): -2223762 or 7213534. OLE color: 7213534.

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

Color convert

RGB 222 17 110 -
CMYK 0 0.92 0.50 0.13
HSL 332.78º 0.86% 0.47% -
HSV(B) 332.78º 0.92% 0.87% -
XYZ 33.14 17.06 16.3 -
YUV 88.9 139.92 222.94 -
System Red Green Blue C M Y K H S L
Decimal 222 17 110 0 0.92 0.50 0.13 332.78 0.86 0.47
Hex DE 11 6E 0 5C 32 D 14D 56 2F
Octal 336 21 156 0 134 62 15 515 126 57
Binary 11011110 10001 1101110 0 1011100 110010 1101 101001101 1010110 101111

Color Harmonies of #DE116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE116E

Black with #DE116E

Text Example


Text Example

White with #DE116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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