Html Css Color HEX #DE1777 Ruby

📋 copy color: '#DE1777'

red 222 ◦ green 23 ◦ blue 119

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

Shades of Ruby #DE1777

Tints of Ruby #DE1777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.69%

R = 60.99%
G = 6.32%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE1777 (or 0xDE1777) is known color: Ruby. HEX triplet: DE, 17 and 77. RGB value is (222,23,119). Sum of RGB (Red+Green+Blue) = 222+23+119=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1777 is #21E888. Grayscale: #5D5D5D. Windows color (decimal): -2222217 or 7804894. OLE color: 7804894.

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

Color convert

RGB 222 23 119 -
CMYK 0 0.90 0.46 0.13
HSL 331.06º 0.81% 0.48% -
HSV(B) 331.06º 0.9% 0.87% -
XYZ 33.76 17.47 19.05 -
YUV 93.45 142.43 219.69 -
System Red Green Blue C M Y K H S L
Decimal 222 23 119 0 0.90 0.46 0.13 331.06 0.81 0.48
Hex DE 17 77 0 5A 2E D 14B 51 30
Octal 336 27 167 0 132 56 15 513 121 60
Binary 11011110 10111 1110111 0 1011010 101110 1101 101001011 1010001 110000

Color Harmonies of #DE1777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1777

Black with #DE1777

Text Example


Text Example

White with #DE1777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1777; }

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

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

background-color css

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

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

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

border-color css

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

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

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