Html Css Color HEX #DE116D Ruby

📋 copy color: '#DE116D'

red 222 ◦ green 17 ◦ blue 109

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

Shades of Ruby #DE116D

Tints of Ruby #DE116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 63.79%
G = 4.89%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE116D (or 0xDE116D) is known color: Ruby. HEX triplet: DE, 11 and 6D. RGB value is (222,17,109). Sum of RGB (Red+Green+Blue) = 222+17+109=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE116D is #21EE92. Grayscale: #585858. Windows color (decimal): -2223763 or 7147998. OLE color: 7147998.

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

Color convert

RGB 222 17 109 -
CMYK 0 0.92 0.51 0.13
HSL 333.07º 0.86% 0.47% -
HSV(B) 333.07º 0.92% 0.87% -
XYZ 33.08 17.03 16.01 -
YUV 88.78 139.42 223.02 -
System Red Green Blue C M Y K H S L
Decimal 222 17 109 0 0.92 0.51 0.13 333.07 0.86 0.47
Hex DE 11 6D 0 5C 33 D 14D 56 2F
Octal 336 21 155 0 134 63 15 515 126 57
Binary 11011110 10001 1101101 0 1011100 110011 1101 101001101 1010110 101111

Color Harmonies of #DE116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE116D

Black with #DE116D

Text Example


Text Example

White with #DE116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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