Html Css Color HEX #DE056E Ruby

📋 copy color: '#DE056E'

red 222 ◦ green 5 ◦ blue 110

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

Shades of Ruby #DE056E

Tints of Ruby #DE056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

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

R = 65.88%
G = 1.48%
B = 32.64%

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

#DE056E (or 0xDE056E) is known color: Ruby. HEX triplet: DE, 05 and 6E. RGB value is (222,5,110). Sum of RGB (Red+Green+Blue) = 222+5+110=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE056E is #21FA91. Grayscale: #515151. Windows color (decimal): -2226834 or 7210462. OLE color: 7210462.

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

Color convert

RGB 222 5 110 -
CMYK 0 0.98 0.50 0.13
HSL 330.97º 0.96% 0.45% -
HSV(B) 330.97º 0.98% 0.87% -
XYZ 32.99 16.76 16.25 -
YUV 81.85 143.89 227.96 -
System Red Green Blue C M Y K H S L
Decimal 222 5 110 0 0.98 0.50 0.13 330.97 0.96 0.45
Hex DE 5 6E 0 62 32 D 14B 60 2D
Octal 336 5 156 0 142 62 15 513 140 55
Binary 11011110 101 1101110 0 1100010 110010 1101 101001011 1100000 101101

Color Harmonies of #DE056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE056E

Black with #DE056E

Text Example


Text Example

White with #DE056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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