Html Css Color HEX #DE0870 Ruby

📋 copy color: '#DE0870'

red 222 ◦ green 8 ◦ blue 112

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

Shades of Ruby #DE0870

Tints of Ruby #DE0870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.34%

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 64.91%
G = 2.34%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE0870 (or 0xDE0870) is known color: Ruby. HEX triplet: DE, 08 and 70. RGB value is (222,8,112). Sum of RGB (Red+Green+Blue) = 222+8+112=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0870 is #21F78F. Grayscale: #535353. Windows color (decimal): -2226064 or 7342302. OLE color: 7342302.

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

Color convert

RGB 222 8 112 -
CMYK 0 0.96 0.50 0.13
HSL 330.84º 0.93% 0.45% -
HSV(B) 330.84º 0.96% 0.87% -
XYZ 33.14 16.87 16.84 -
YUV 83.84 143.9 226.54 -
System Red Green Blue C M Y K H S L
Decimal 222 8 112 0 0.96 0.50 0.13 330.84 0.93 0.45
Hex DE 8 70 0 60 32 D 14B 5D 2D
Octal 336 10 160 0 140 62 15 513 135 55
Binary 11011110 1000 1110000 0 1100000 110010 1101 101001011 1011101 101101

Color Harmonies of #DE0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0870

Black with #DE0870

Text Example


Text Example

White with #DE0870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0870; }

 p { color: rgb(222,8,112); }

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

background-color css

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

 a { background-color: rgb(222,8,112); }

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

border-color css

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

 span { border-color: rgb(222,8,112); }

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