Html Css Color HEX #DE0771 Ruby

📋 copy color: '#DE0771'

red 222 ◦ green 7 ◦ blue 113

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

Shades of Ruby #DE0771

Tints of Ruby #DE0771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 64.91%
G = 2.05%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE0771 (or 0xDE0771) is known color: Ruby. HEX triplet: DE, 07 and 71. RGB value is (222,7,113). Sum of RGB (Red+Green+Blue) = 222+7+113=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0771 is #21F88E. Grayscale: #535353. Windows color (decimal): -2226319 or 7407582. OLE color: 7407582.

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

Color convert

RGB 222 7 113 -
CMYK 0 0.97 0.49 0.13
HSL 330.42º 0.94% 0.45% -
HSV(B) 330.42º 0.97% 0.87% -
XYZ 33.18 16.87 17.13 -
YUV 83.37 144.73 226.88 -
System Red Green Blue C M Y K H S L
Decimal 222 7 113 0 0.97 0.49 0.13 330.42 0.94 0.45
Hex DE 7 71 0 61 31 D 14A 5E 2D
Octal 336 7 161 0 141 61 15 512 136 55
Binary 11011110 111 1110001 0 1100001 110001 1101 101001010 1011110 101101

Color Harmonies of #DE0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0771

Black with #DE0771

Text Example


Text Example

White with #DE0771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0771; }

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

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

background-color css

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

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

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

border-color css

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

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

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