Html Css Color HEX #DE1776 Ruby

📋 copy color: '#DE1776'

red 222 ◦ green 23 ◦ blue 118

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

Shades of Ruby #DE1776

Tints of Ruby #DE1776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 61.16%
G = 6.34%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE1776 (or 0xDE1776) is known color: Ruby. HEX triplet: DE, 17 and 76. RGB value is (222,23,118). Sum of RGB (Red+Green+Blue) = 222+23+118=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1776 is #21E889. Grayscale: #5D5D5D. Windows color (decimal): -2222218 or 7739358. OLE color: 7739358.

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

Color convert

RGB 222 23 118 -
CMYK 0 0.90 0.47 0.13
HSL 331.36º 0.81% 0.48% -
HSV(B) 331.36º 0.9% 0.87% -
XYZ 33.7 17.45 18.73 -
YUV 93.33 141.93 219.78 -
System Red Green Blue C M Y K H S L
Decimal 222 23 118 0 0.90 0.47 0.13 331.36 0.81 0.48
Hex DE 17 76 0 5A 2F D 14B 51 30
Octal 336 27 166 0 132 57 15 513 121 60
Binary 11011110 10111 1110110 0 1011010 101111 1101 101001011 1010001 110000

Color Harmonies of #DE1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1776

Black with #DE1776

Text Example


Text Example

White with #DE1776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1776; }

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

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

background-color css

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

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

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

border-color css

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

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

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