Html Css Color HEX #DE115E Ruby

📋 copy color: '#DE115E'

red 222 ◦ green 17 ◦ blue 94

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

Shades of Ruby #DE115E

Tints of Ruby #DE115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 66.67%
G = 5.11%
B = 28.23%

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

#DE115E (or 0xDE115E) is known color: Ruby. HEX triplet: DE, 11 and 5E. RGB value is (222,17,94). Sum of RGB (Red+Green+Blue) = 222+17+94=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE115E is #21EEA1. Grayscale: #565656. Windows color (decimal): -2223778 or 6164958. OLE color: 6164958.

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

Color convert

RGB 222 17 94 -
CMYK 0 0.92 0.58 0.13
HSL 337.46º 0.86% 0.47% -
HSV(B) 337.46º 0.92% 0.87% -
XYZ 32.35 16.74 12.12 -
YUV 87.07 131.92 224.24 -
System Red Green Blue C M Y K H S L
Decimal 222 17 94 0 0.92 0.58 0.13 337.46 0.86 0.47
Hex DE 11 5E 0 5C 3A D 151 56 2F
Octal 336 21 136 0 134 72 15 521 126 57
Binary 11011110 10001 1011110 0 1011100 111010 1101 101010001 1010110 101111

Color Harmonies of #DE115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE115E

Black with #DE115E

Text Example


Text Example

White with #DE115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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