Html Css Color HEX #DE0276 Ruby

📋 copy color: '#DE0276'

red 222 ◦ green 2 ◦ blue 118

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

Shades of Ruby #DE0276

Tints of Ruby #DE0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 64.91%
G = 0.58%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE0276 (or 0xDE0276) is known color: Ruby. HEX triplet: DE, 02 and 76. RGB value is (222,2,118). Sum of RGB (Red+Green+Blue) = 222+2+118=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0276 is #21FD89. Grayscale: #505050. Windows color (decimal): -2227594 or 7733982. OLE color: 7733982.

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

Color convert

RGB 222 2 118 -
CMYK 0 0.99 0.47 0.13
HSL 328.36º 0.98% 0.44% -
HSV(B) 328.36º 0.99% 0.87% -
XYZ 33.42 16.88 18.64 -
YUV 81 148.89 228.57 -
System Red Green Blue C M Y K H S L
Decimal 222 2 118 0 0.99 0.47 0.13 328.36 0.98 0.44
Hex DE 2 76 0 63 2F D 148 62 2C
Octal 336 2 166 0 143 57 15 510 142 54
Binary 11011110 10 1110110 0 1100011 101111 1101 101001000 1100010 101100

Color Harmonies of #DE0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0276

Black with #DE0276

Text Example


Text Example

White with #DE0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0276; }

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

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

background-color css

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

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

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

border-color css

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

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

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