Html Css Color HEX #DE1661 Ruby

📋 copy color: '#DE1661'

red 222 ◦ green 22 ◦ blue 97

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

Shades of Ruby #DE1661

Tints of Ruby #DE1661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 65.1%
G = 6.45%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE1661 (or 0xDE1661) is known color: Ruby. HEX triplet: DE, 16 and 61. RGB value is (222,22,97). Sum of RGB (Red+Green+Blue) = 222+22+97=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1661 is #21E99E. Grayscale: #5A5A5A. Windows color (decimal): -2222495 or 6362846. OLE color: 6362846.

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

Color convert

RGB 222 22 97 -
CMYK 0 0.90 0.56 0.13
HSL 337.5º 0.82% 0.48% -
HSV(B) 337.5º 0.9% 0.87% -
XYZ 32.57 16.97 12.87 -
YUV 90.35 131.76 221.9 -
System Red Green Blue C M Y K H S L
Decimal 222 22 97 0 0.90 0.56 0.13 337.5 0.82 0.48
Hex DE 16 61 0 5A 38 D 152 52 30
Octal 336 26 141 0 132 70 15 522 122 60
Binary 11011110 10110 1100001 0 1011010 111000 1101 101010010 1010010 110000

Color Harmonies of #DE1661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1661

Black with #DE1661

Text Example


Text Example

White with #DE1661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1661; }

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

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

background-color css

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

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

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

border-color css

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

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

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