Html Css Color HEX #DE0476 Ruby

📋 copy color: '#DE0476'

red 222 ◦ green 4 ◦ blue 118

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

Shades of Ruby #DE0476

Tints of Ruby #DE0476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 64.53%
G = 1.16%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE0476 (or 0xDE0476) is known color: Ruby. HEX triplet: DE, 04 and 76. RGB value is (222,4,118). Sum of RGB (Red+Green+Blue) = 222+4+118=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0476 is #21FB89. Grayscale: #515151. Windows color (decimal): -2227082 or 7734494. OLE color: 7734494.

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

Color convert

RGB 222 4 118 -
CMYK 0 0.98 0.47 0.13
HSL 328.62º 0.96% 0.44% -
HSV(B) 328.62º 0.98% 0.87% -
XYZ 33.44 16.92 18.64 -
YUV 82.18 148.22 227.73 -
System Red Green Blue C M Y K H S L
Decimal 222 4 118 0 0.98 0.47 0.13 328.62 0.96 0.44
Hex DE 4 76 0 62 2F D 149 60 2C
Octal 336 4 166 0 142 57 15 511 140 54
Binary 11011110 100 1110110 0 1100010 101111 1101 101001001 1100000 101100

Color Harmonies of #DE0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0476

Black with #DE0476

Text Example


Text Example

White with #DE0476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0476; }

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

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

background-color css

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

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

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

border-color css

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

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

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