Html Css Color HEX #DE155C Ruby

📋 copy color: '#DE155C'

red 222 ◦ green 21 ◦ blue 92

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

Shades of Ruby #DE155C

Tints of Ruby #DE155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

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

R = 66.27%
G = 6.27%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE155C (or 0xDE155C) is known color: Ruby. HEX triplet: DE, 15 and 5C. RGB value is (222,21,92). Sum of RGB (Red+Green+Blue) = 222+21+92=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE155C is #21EAA3. Grayscale: #595959. Windows color (decimal): -2222756 or 6034910. OLE color: 6034910.

HSL color Cylindrical-coordinate representation of color #DE155C: hue angle of 338.81º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE155C is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 92 -
CMYK 0 0.91 0.59 0.13
HSL 338.81º 0.83% 0.48% -
HSV(B) 338.81º 0.91% 0.87% -
XYZ 32.32 16.84 11.67 -
YUV 89.19 129.59 222.73 -
System Red Green Blue C M Y K H S L
Decimal 222 21 92 0 0.91 0.59 0.13 338.81 0.83 0.48
Hex DE 15 5C 0 5B 3B D 153 53 30
Octal 336 25 134 0 133 73 15 523 123 60
Binary 11011110 10101 1011100 0 1011011 111011 1101 101010011 1010011 110000

Color Harmonies of #DE155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE155C

Black with #DE155C

Text Example


Text Example

White with #DE155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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