Html Css Color HEX #DE175D Ruby

📋 copy color: '#DE175D'

red 222 ◦ green 23 ◦ blue 93

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

Shades of Ruby #DE175D

Tints of Ruby #DE175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

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

R = 65.68%
G = 6.8%
B = 27.51%

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

#DE175D (or 0xDE175D) is known color: Ruby. HEX triplet: DE, 17 and 5D. RGB value is (222,23,93). Sum of RGB (Red+Green+Blue) = 222+23+93=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE175D is #21E8A2. Grayscale: #5A5A5A. Windows color (decimal): -2222243 or 6100958. OLE color: 6100958.

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

Color convert

RGB 222 23 93 -
CMYK 0 0.90 0.58 0.13
HSL 338.89º 0.81% 0.48% -
HSV(B) 338.89º 0.9% 0.87% -
XYZ 32.41 16.93 11.92 -
YUV 90.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 222 23 93 0 0.90 0.58 0.13 338.89 0.81 0.48
Hex DE 17 5D 0 5A 3A D 153 51 30
Octal 336 27 135 0 132 72 15 523 121 60
Binary 11011110 10111 1011101 0 1011010 111010 1101 101010011 1010001 110000

Color Harmonies of #DE175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE175D

Black with #DE175D

Text Example


Text Example

White with #DE175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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