Html Css Color HEX #DE1673 Ruby

📋 copy color: '#DE1673'

red 222 ◦ green 22 ◦ blue 115

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

Shades of Ruby #DE1673

Tints of Ruby #DE1673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.03%

R = 61.84%
G = 6.13%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE1673 (or 0xDE1673) is known color: Ruby. HEX triplet: DE, 16 and 73. RGB value is (222,22,115). Sum of RGB (Red+Green+Blue) = 222+22+115=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1673 is #21E98C. Grayscale: #5C5C5C. Windows color (decimal): -2222477 or 7542494. OLE color: 7542494.

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

Color convert

RGB 222 22 115 -
CMYK 0 0.90 0.48 0.13
HSL 332.1º 0.82% 0.48% -
HSV(B) 332.1º 0.9% 0.87% -
XYZ 33.51 17.34 17.8 -
YUV 92.4 140.76 220.44 -
System Red Green Blue C M Y K H S L
Decimal 222 22 115 0 0.90 0.48 0.13 332.1 0.82 0.48
Hex DE 16 73 0 5A 30 D 14C 52 30
Octal 336 26 163 0 132 60 15 514 122 60
Binary 11011110 10110 1110011 0 1011010 110000 1101 101001100 1010010 110000

Color Harmonies of #DE1673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1673

Black with #DE1673

Text Example


Text Example

White with #DE1673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1673; }

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

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

background-color css

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

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

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

border-color css

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

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

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