Html Css Color HEX #DE1670 Ruby

📋 copy color: '#DE1670'

red 222 ◦ green 22 ◦ blue 112

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

Shades of Ruby #DE1670

Tints of Ruby #DE1670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 62.36%
G = 6.18%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE1670 (or 0xDE1670) is known color: Ruby. HEX triplet: DE, 16 and 70. RGB value is (222,22,112). Sum of RGB (Red+Green+Blue) = 222+22+112=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1670 is #21E98F. Grayscale: #5B5B5B. Windows color (decimal): -2222480 or 7345886. OLE color: 7345886.

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

Color convert

RGB 222 22 112 -
CMYK 0 0.90 0.50 0.13
HSL 333º 0.82% 0.48% -
HSV(B) 333º 0.9% 0.87% -
XYZ 33.34 17.27 16.91 -
YUV 92.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 222 22 112 0 0.90 0.50 0.13 333 0.82 0.48
Hex DE 16 70 0 5A 32 D 14D 52 30
Octal 336 26 160 0 132 62 15 515 122 60
Binary 11011110 10110 1110000 0 1011010 110010 1101 101001101 1010010 110000

Color Harmonies of #DE1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1670

Black with #DE1670

Text Example


Text Example

White with #DE1670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1670; }

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

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

background-color css

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

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

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

border-color css

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

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

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