Html Css Color HEX #DE0470 Ruby

📋 copy color: '#DE0470'

red 222 ◦ green 4 ◦ blue 112

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

Shades of Ruby #DE0470

Tints of Ruby #DE0470

RGB

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

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

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

R = 65.68%
G = 1.18%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE0470 (or 0xDE0470) is known color: Ruby. HEX triplet: DE, 04 and 70. RGB value is (222,4,112). Sum of RGB (Red+Green+Blue) = 222+4+112=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0470 is #21FB8F. Grayscale: #515151. Windows color (decimal): -2227088 or 7341278. OLE color: 7341278.

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

Color convert

RGB 222 4 112 -
CMYK 0 0.98 0.50 0.13
HSL 330.28º 0.96% 0.44% -
HSV(B) 330.28º 0.98% 0.87% -
XYZ 33.09 16.79 16.83 -
YUV 81.49 145.22 228.22 -
System Red Green Blue C M Y K H S L
Decimal 222 4 112 0 0.98 0.50 0.13 330.28 0.96 0.44
Hex DE 4 70 0 62 32 D 14A 60 2C
Octal 336 4 160 0 142 62 15 512 140 54
Binary 11011110 100 1110000 0 1100010 110010 1101 101001010 1100000 101100

Color Harmonies of #DE0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0470

Black with #DE0470

Text Example


Text Example

White with #DE0470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0470; }

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

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

background-color css

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

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

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

border-color css

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

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

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