Html Css Color HEX #DE115D Ruby

📋 copy color: '#DE115D'

red 222 ◦ green 17 ◦ blue 93

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

Shades of Ruby #DE115D

Tints of Ruby #DE115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 66.87%
G = 5.12%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE115D (or 0xDE115D) is known color: Ruby. HEX triplet: DE, 11 and 5D. RGB value is (222,17,93). Sum of RGB (Red+Green+Blue) = 222+17+93=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE115D is #21EEA2. Grayscale: #565656. Windows color (decimal): -2223779 or 6099422. OLE color: 6099422.

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

Color convert

RGB 222 17 93 -
CMYK 0 0.92 0.58 0.13
HSL 337.76º 0.86% 0.47% -
HSV(B) 337.76º 0.92% 0.87% -
XYZ 32.3 16.72 11.88 -
YUV 86.96 131.42 224.32 -
System Red Green Blue C M Y K H S L
Decimal 222 17 93 0 0.92 0.58 0.13 337.76 0.86 0.47
Hex DE 11 5D 0 5C 3A D 152 56 2F
Octal 336 21 135 0 134 72 15 522 126 57
Binary 11011110 10001 1011101 0 1011100 111010 1101 101010010 1010110 101111

Color Harmonies of #DE115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE115D

Black with #DE115D

Text Example


Text Example

White with #DE115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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