Html Css Color HEX #DE165E Ruby

📋 copy color: '#DE165E'

red 222 ◦ green 22 ◦ blue 94

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

Shades of Ruby #DE165E

Tints of Ruby #DE165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.51%

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

R = 65.68%
G = 6.51%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE165E (or 0xDE165E) is known color: Ruby. HEX triplet: DE, 16 and 5E. RGB value is (222,22,94). Sum of RGB (Red+Green+Blue) = 222+22+94=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE165E is #21E9A1. Grayscale: #595959. Windows color (decimal): -2222498 or 6166238. OLE color: 6166238.

HSL color Cylindrical-coordinate representation of color #DE165E: hue angle of 338.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE165E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 22 94 -
CMYK 0 0.90 0.58 0.13
HSL 338.4º 0.82% 0.48% -
HSV(B) 338.4º 0.9% 0.87% -
XYZ 32.43 16.91 12.14 -
YUV 90.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 222 22 94 0 0.90 0.58 0.13 338.4 0.82 0.48
Hex DE 16 5E 0 5A 3A D 152 52 30
Octal 336 26 136 0 132 72 15 522 122 60
Binary 11011110 10110 1011110 0 1011010 111010 1101 101010010 1010010 110000

Color Harmonies of #DE165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE165E

Black with #DE165E

Text Example


Text Example

White with #DE165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE165E; }

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

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

background-color css

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

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

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

border-color css

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

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

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