Html Css Color HEX #DE155F Ruby

📋 copy color: '#DE155F'

red 222 ◦ green 21 ◦ blue 95

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

Shades of Ruby #DE155F

Tints of Ruby #DE155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 65.68%
G = 6.21%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE155F (or 0xDE155F) is known color: Ruby. HEX triplet: DE, 15 and 5F. RGB value is (222,21,95). Sum of RGB (Red+Green+Blue) = 222+21+95=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE155F is #21EAA0. Grayscale: #595959. Windows color (decimal): -2222753 or 6231518. OLE color: 6231518.

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

Color convert

RGB 222 21 95 -
CMYK 0 0.91 0.57 0.13
HSL 337.91º 0.83% 0.48% -
HSV(B) 337.91º 0.91% 0.87% -
XYZ 32.46 16.89 12.38 -
YUV 89.54 131.09 222.48 -
System Red Green Blue C M Y K H S L
Decimal 222 21 95 0 0.91 0.57 0.13 337.91 0.83 0.48
Hex DE 15 5F 0 5B 39 D 152 53 30
Octal 336 25 137 0 133 71 15 522 123 60
Binary 11011110 10101 1011111 0 1011011 111001 1101 101010010 1010011 110000

Color Harmonies of #DE155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE155F

Black with #DE155F

Text Example


Text Example

White with #DE155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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