Html Css Color HEX #DE165C Ruby

📋 copy color: '#DE165C'

red 222 ◦ green 22 ◦ blue 92

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

Shades of Ruby #DE165C

Tints of Ruby #DE165C

RGB

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

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

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

R = 66.07%
G = 6.55%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE165C (or 0xDE165C) is known color: Ruby. HEX triplet: DE, 16 and 5C. RGB value is (222,22,92). Sum of RGB (Red+Green+Blue) = 222+22+92=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE165C is #21E9A3. Grayscale: #595959. Windows color (decimal): -2222500 or 6035166. OLE color: 6035166.

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

Color convert

RGB 222 22 92 -
CMYK 0 0.90 0.59 0.13
HSL 339º 0.82% 0.48% -
HSV(B) 339º 0.9% 0.87% -
XYZ 32.34 16.88 11.68 -
YUV 89.78 129.26 222.31 -
System Red Green Blue C M Y K H S L
Decimal 222 22 92 0 0.90 0.59 0.13 339 0.82 0.48
Hex DE 16 5C 0 5A 3B D 153 52 30
Octal 336 26 134 0 132 73 15 523 122 60
Binary 11011110 10110 1011100 0 1011010 111011 1101 101010011 1010010 110000

Color Harmonies of #DE165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE165C

Black with #DE165C

Text Example


Text Example

White with #DE165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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