Html Css Color HEX #DE0973 Ruby

📋 copy color: '#DE0973'

red 222 ◦ green 9 ◦ blue 115

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

Shades of Ruby #DE0973

Tints of Ruby #DE0973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

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

R = 64.16%
G = 2.6%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE0973 (or 0xDE0973) is known color: Ruby. HEX triplet: DE, 09 and 73. RGB value is (222,9,115). Sum of RGB (Red+Green+Blue) = 222+9+115=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0973 is #21F68C. Grayscale: #545454. Windows color (decimal): -2225805 or 7539166. OLE color: 7539166.

HSL color Cylindrical-coordinate representation of color #DE0973: hue angle of 330.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0973 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 9 115 -
CMYK 0 0.96 0.48 0.13
HSL 330.14º 0.92% 0.45% -
HSV(B) 330.14º 0.96% 0.87% -
XYZ 33.32 16.96 17.74 -
YUV 84.77 145.07 225.88 -
System Red Green Blue C M Y K H S L
Decimal 222 9 115 0 0.96 0.48 0.13 330.14 0.92 0.45
Hex DE 9 73 0 60 30 D 14A 5C 2D
Octal 336 11 163 0 140 60 15 512 134 55
Binary 11011110 1001 1110011 0 1100000 110000 1101 101001010 1011100 101101

Color Harmonies of #DE0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0973

Black with #DE0973

Text Example


Text Example

White with #DE0973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0973; }

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

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

background-color css

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

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

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

border-color css

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

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

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