Html Css Color HEX #DE185E Ruby

📋 copy color: '#DE185E'

red 222 ◦ green 24 ◦ blue 94

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

Shades of Ruby #DE185E

Tints of Ruby #DE185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 65.29%
G = 7.06%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE185E (or 0xDE185E) is known color: Ruby. HEX triplet: DE, 18 and 5E. RGB value is (222,24,94). Sum of RGB (Red+Green+Blue) = 222+24+94=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE185E is #21E7A1. Grayscale: #5B5B5B. Windows color (decimal): -2221986 or 6166750. OLE color: 6166750.

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

Color convert

RGB 222 24 94 -
CMYK 0 0.89 0.58 0.13
HSL 338.79º 0.8% 0.48% -
HSV(B) 338.79º 0.89% 0.87% -
XYZ 32.47 16.99 12.16 -
YUV 91.18 129.6 221.31 -
System Red Green Blue C M Y K H S L
Decimal 222 24 94 0 0.89 0.58 0.13 338.79 0.8 0.48
Hex DE 18 5E 0 59 3A D 153 50 30
Octal 336 30 136 0 131 72 15 523 120 60
Binary 11011110 11000 1011110 0 1011001 111010 1101 101010011 1010000 110000

Color Harmonies of #DE185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE185E

Black with #DE185E

Text Example


Text Example

White with #DE185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE185E; }

 p { color: rgb(222,24,94); }

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

background-color css

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

 a { background-color: rgb(222,24,94); }

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

border-color css

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

 span { border-color: rgb(222,24,94); }

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