Html Css Color HEX #DE0273 Ruby

📋 copy color: '#DE0273'

red 222 ◦ green 2 ◦ blue 115

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

Shades of Ruby #DE0273

Tints of Ruby #DE0273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 65.49%
G = 0.59%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE0273 (or 0xDE0273) is known color: Ruby. HEX triplet: DE, 02 and 73. RGB value is (222,2,115). Sum of RGB (Red+Green+Blue) = 222+2+115=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0273 is #21FD8C. Grayscale: #505050. Windows color (decimal): -2227597 or 7537374. OLE color: 7537374.

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

Color convert

RGB 222 2 115 -
CMYK 0 0.99 0.48 0.13
HSL 329.18º 0.98% 0.44% -
HSV(B) 329.18º 0.99% 0.87% -
XYZ 33.24 16.81 17.71 -
YUV 80.66 147.39 228.81 -
System Red Green Blue C M Y K H S L
Decimal 222 2 115 0 0.99 0.48 0.13 329.18 0.98 0.44
Hex DE 2 73 0 63 30 D 149 62 2C
Octal 336 2 163 0 143 60 15 511 142 54
Binary 11011110 10 1110011 0 1100011 110000 1101 101001001 1100010 101100

Color Harmonies of #DE0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0273

Black with #DE0273

Text Example


Text Example

White with #DE0273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0273; }

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

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

background-color css

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

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

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

border-color css

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

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

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