Html Css Color HEX #DE115C Ruby

📋 copy color: '#DE115C'

red 222 ◦ green 17 ◦ blue 92

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

Shades of Ruby #DE115C

Tints of Ruby #DE115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 67.07%
G = 5.14%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE115C (or 0xDE115C) is known color: Ruby. HEX triplet: DE, 11 and 5C. RGB value is (222,17,92). Sum of RGB (Red+Green+Blue) = 222+17+92=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE115C is #21EEA3. Grayscale: #565656. Windows color (decimal): -2223780 or 6033886. OLE color: 6033886.

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

Color convert

RGB 222 17 92 -
CMYK 0 0.92 0.59 0.13
HSL 338.05º 0.86% 0.47% -
HSV(B) 338.05º 0.92% 0.87% -
XYZ 32.26 16.7 11.65 -
YUV 86.85 130.92 224.4 -
System Red Green Blue C M Y K H S L
Decimal 222 17 92 0 0.92 0.59 0.13 338.05 0.86 0.47
Hex DE 11 5C 0 5C 3B D 152 56 2F
Octal 336 21 134 0 134 73 15 522 126 57
Binary 11011110 10001 1011100 0 1011100 111011 1101 101010010 1010110 101111

Color Harmonies of #DE115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE115C

Black with #DE115C

Text Example


Text Example

White with #DE115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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