Html Css Color HEX #DE155D Ruby

📋 copy color: '#DE155D'

red 222 ◦ green 21 ◦ blue 93

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

Shades of Ruby #DE155D

Tints of Ruby #DE155D

RGB

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

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

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

R = 66.07%
G = 6.25%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE155D (or 0xDE155D) is known color: Ruby. HEX triplet: DE, 15 and 5D. RGB value is (222,21,93). Sum of RGB (Red+Green+Blue) = 222+21+93=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE155D is #21EAA2. Grayscale: #595959. Windows color (decimal): -2222755 or 6100446. OLE color: 6100446.

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

Color convert

RGB 222 21 93 -
CMYK 0 0.91 0.58 0.13
HSL 338.51º 0.83% 0.48% -
HSV(B) 338.51º 0.91% 0.87% -
XYZ 32.37 16.86 11.9 -
YUV 89.31 130.09 222.65 -
System Red Green Blue C M Y K H S L
Decimal 222 21 93 0 0.91 0.58 0.13 338.51 0.83 0.48
Hex DE 15 5D 0 5B 3A D 153 53 30
Octal 336 25 135 0 133 72 15 523 123 60
Binary 11011110 10101 1011101 0 1011011 111010 1101 101010011 1010011 110000

Color Harmonies of #DE155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE155D

Black with #DE155D

Text Example


Text Example

White with #DE155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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