Html Css Color HEX #DE164F Ruby

📋 copy color: '#DE164F'

red 222 ◦ green 22 ◦ blue 79

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

Shades of Ruby #DE164F

Tints of Ruby #DE164F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.46%

R = 68.73%
G = 6.81%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE164F (or 0xDE164F) is known color: Ruby. HEX triplet: DE, 16 and 4F. RGB value is (222,22,79). Sum of RGB (Red+Green+Blue) = 222+22+79=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE164F is #21E9B0. Grayscale: #585858. Windows color (decimal): -2222513 or 5183198. OLE color: 5183198.

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

Color convert

RGB 222 22 79 -
CMYK 0 0.90 0.64 0.13
HSL 342.9º 0.82% 0.48% -
HSV(B) 342.9º 0.9% 0.87% -
XYZ 31.82 16.67 8.94 -
YUV 88.3 122.76 223.37 -
System Red Green Blue C M Y K H S L
Decimal 222 22 79 0 0.90 0.64 0.13 342.9 0.82 0.48
Hex DE 16 4F 0 5A 40 D 157 52 30
Octal 336 26 117 0 132 100 15 527 122 60
Binary 11011110 10110 1001111 0 1011010 1000000 1101 101010111 1010010 110000

Color Harmonies of #DE164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE164F

Black with #DE164F

Text Example


Text Example

White with #DE164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE164F; }

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

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

background-color css

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

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

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

border-color css

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

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

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