Html Css Color HEX #DE0770 Ruby

📋 copy color: '#DE0770'

red 222 ◦ green 7 ◦ blue 112

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

Shades of Ruby #DE0770

Tints of Ruby #DE0770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 65.1%
G = 2.05%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE0770 (or 0xDE0770) is known color: Ruby. HEX triplet: DE, 07 and 70. RGB value is (222,7,112). Sum of RGB (Red+Green+Blue) = 222+7+112=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0770 is #21F88F. Grayscale: #535353. Windows color (decimal): -2226320 or 7342046. OLE color: 7342046.

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

Color convert

RGB 222 7 112 -
CMYK 0 0.97 0.50 0.13
HSL 330.7º 0.94% 0.45% -
HSV(B) 330.7º 0.97% 0.87% -
XYZ 33.12 16.85 16.84 -
YUV 83.26 144.23 226.96 -
System Red Green Blue C M Y K H S L
Decimal 222 7 112 0 0.97 0.50 0.13 330.7 0.94 0.45
Hex DE 7 70 0 61 32 D 14B 5E 2D
Octal 336 7 160 0 141 62 15 513 136 55
Binary 11011110 111 1110000 0 1100001 110010 1101 101001011 1011110 101101

Color Harmonies of #DE0770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0770

Black with #DE0770

Text Example


Text Example

White with #DE0770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0770; }

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

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

background-color css

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

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

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

border-color css

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

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

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