Html Css Color HEX #DE1671 Ruby

📋 copy color: '#DE1671'

red 222 ◦ green 22 ◦ blue 113

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

Shades of Ruby #DE1671

Tints of Ruby #DE1671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 62.18%
G = 6.16%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE1671 (or 0xDE1671) is known color: Ruby. HEX triplet: DE, 16 and 71. RGB value is (222,22,113). Sum of RGB (Red+Green+Blue) = 222+22+113=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1671 is #21E98E. Grayscale: #5C5C5C. Windows color (decimal): -2222479 or 7411422. OLE color: 7411422.

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

Color convert

RGB 222 22 113 -
CMYK 0 0.90 0.49 0.13
HSL 332.7º 0.82% 0.48% -
HSV(B) 332.7º 0.9% 0.87% -
XYZ 33.39 17.3 17.2 -
YUV 92.17 139.76 220.6 -
System Red Green Blue C M Y K H S L
Decimal 222 22 113 0 0.90 0.49 0.13 332.7 0.82 0.48
Hex DE 16 71 0 5A 31 D 14D 52 30
Octal 336 26 161 0 132 61 15 515 122 60
Binary 11011110 10110 1110001 0 1011010 110001 1101 101001101 1010010 110000

Color Harmonies of #DE1671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1671

Black with #DE1671

Text Example


Text Example

White with #DE1671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1671; }

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

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

background-color css

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

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

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

border-color css

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

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

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