Html Css Color HEX #DE046E Ruby

📋 copy color: '#DE046E'

red 222 ◦ green 4 ◦ blue 110

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

Shades of Ruby #DE046E

Tints of Ruby #DE046E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 66.07%
G = 1.19%
B = 32.74%

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

#DE046E (or 0xDE046E) is known color: Ruby. HEX triplet: DE, 04 and 6E. RGB value is (222,4,110). Sum of RGB (Red+Green+Blue) = 222+4+110=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE046E is #21FB91. Grayscale: #515151. Windows color (decimal): -2227090 or 7210206. OLE color: 7210206.

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

Color convert

RGB 222 4 110 -
CMYK 0 0.98 0.50 0.13
HSL 330.83º 0.96% 0.44% -
HSV(B) 330.83º 0.98% 0.87% -
XYZ 32.98 16.74 16.25 -
YUV 81.27 144.22 228.38 -
System Red Green Blue C M Y K H S L
Decimal 222 4 110 0 0.98 0.50 0.13 330.83 0.96 0.44
Hex DE 4 6E 0 62 32 D 14B 60 2C
Octal 336 4 156 0 142 62 15 513 140 54
Binary 11011110 100 1101110 0 1100010 110010 1101 101001011 1100000 101100

Color Harmonies of #DE046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE046E

Black with #DE046E

Text Example


Text Example

White with #DE046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE046E; }

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

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

background-color css

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

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

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

border-color css

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

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

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