Html Css Color HEX #DE0D70 Ruby

📋 copy color: '#DE0D70'

red 222 ◦ green 13 ◦ blue 112

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

Shades of Ruby #DE0D70

Tints of Ruby #DE0D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.75%

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

R = 63.98%
G = 3.75%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE0D70 (or 0xDE0D70) is known color: Ruby. HEX triplet: DE, 0D and 70. RGB value is (222,13,112). Sum of RGB (Red+Green+Blue) = 222+13+112=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D70 is #21F28F. Grayscale: #565656. Windows color (decimal): -2224784 or 7343582. OLE color: 7343582.

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

Color convert

RGB 222 13 112 -
CMYK 0 0.94 0.50 0.13
HSL 331.58º 0.89% 0.46% -
HSV(B) 331.58º 0.94% 0.87% -
XYZ 33.19 16.99 16.86 -
YUV 86.78 142.24 224.45 -
System Red Green Blue C M Y K H S L
Decimal 222 13 112 0 0.94 0.50 0.13 331.58 0.89 0.46
Hex DE D 70 0 5E 32 D 14C 59 2E
Octal 336 15 160 0 136 62 15 514 131 56
Binary 11011110 1101 1110000 0 1011110 110010 1101 101001100 1011001 101110

Color Harmonies of #DE0D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0D70

Black with #DE0D70

Text Example


Text Example

White with #DE0D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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