Html Css Color HEX #DE0076 Ruby

📋 copy color: '#DE0076'

red 222 ◦ green 0 ◦ blue 118

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

Shades of Ruby #DE0076

Tints of Ruby #DE0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 65.29%
G = 0%
B = 34.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE0076 (or 0xDE0076) is known color: Ruby. HEX triplet: DE, 00 and 76. RGB value is (222,0,118). Sum of RGB (Red+Green+Blue) = 222+0+118=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0076 is #21FF89. Grayscale: #4F4F4F. Windows color (decimal): -2228106 or 7733470. OLE color: 7733470.

HSL color Cylindrical-coordinate representation of color #DE0076: hue angle of 328.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0076 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 118 -
CMYK 0 1 0.47 0.13
HSL 328.11º 1% 0.44% -
HSV(B) 328.11º 1% 0.87% -
XYZ 33.39 16.84 18.63 -
YUV 79.83 149.55 229.41 -
System Red Green Blue C M Y K H S L
Decimal 222 0 118 0 1 0.47 0.13 328.11 1 0.44
Hex DE 0 76 0 64 2F D 148 64 2C
Octal 336 0 166 0 144 57 15 510 144 54
Binary 11011110 0 1110110 0 1100100 101111 1101 101001000 1100100 101100

Color Harmonies of #DE0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0076

Black with #DE0076

Text Example


Text Example

White with #DE0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0076; }

 p { color: rgb(222,0,118); }

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

background-color css

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

 a { background-color: rgb(222,0,118); }

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

border-color css

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

 span { border-color: rgb(222,0,118); }

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