Html Css Color HEX #DE166C Ruby

📋 copy color: '#DE166C'

red 222 ◦ green 22 ◦ blue 108

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

Shades of Ruby #DE166C

Tints of Ruby #DE166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 63.07%
G = 6.25%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE166C (or 0xDE166C) is known color: Ruby. HEX triplet: DE, 16 and 6C. RGB value is (222,22,108). Sum of RGB (Red+Green+Blue) = 222+22+108=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE166C is #21E993. Grayscale: #5B5B5B. Windows color (decimal): -2222484 or 7083742. OLE color: 7083742.

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

Color convert

RGB 222 22 108 -
CMYK 0 0.90 0.51 0.13
HSL 334.2º 0.82% 0.48% -
HSV(B) 334.2º 0.9% 0.87% -
XYZ 33.12 17.19 15.76 -
YUV 91.6 137.26 221.01 -
System Red Green Blue C M Y K H S L
Decimal 222 22 108 0 0.90 0.51 0.13 334.2 0.82 0.48
Hex DE 16 6C 0 5A 33 D 14E 52 30
Octal 336 26 154 0 132 63 15 516 122 60
Binary 11011110 10110 1101100 0 1011010 110011 1101 101001110 1010010 110000

Color Harmonies of #DE166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE166C

Black with #DE166C

Text Example


Text Example

White with #DE166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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