Html Css Color HEX #DE166B Ruby

📋 copy color: '#DE166B'

red 222 ◦ green 22 ◦ blue 107

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

Shades of Ruby #DE166B

Tints of Ruby #DE166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 63.25%
G = 6.27%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE166B (or 0xDE166B) is known color: Ruby. HEX triplet: DE, 16 and 6B. RGB value is (222,22,107). Sum of RGB (Red+Green+Blue) = 222+22+107=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE166B is #21E994. Grayscale: #5B5B5B. Windows color (decimal): -2222485 or 7018206. OLE color: 7018206.

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

Color convert

RGB 222 22 107 -
CMYK 0 0.90 0.52 0.13
HSL 334.5º 0.82% 0.48% -
HSV(B) 334.5º 0.9% 0.87% -
XYZ 33.06 17.16 15.48 -
YUV 91.49 136.76 221.09 -
System Red Green Blue C M Y K H S L
Decimal 222 22 107 0 0.90 0.52 0.13 334.5 0.82 0.48
Hex DE 16 6B 0 5A 34 D 14E 52 30
Octal 336 26 153 0 132 64 15 516 122 60
Binary 11011110 10110 1101011 0 1011010 110100 1101 101001110 1010010 110000

Color Harmonies of #DE166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE166B

Black with #DE166B

Text Example


Text Example

White with #DE166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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