Html Css Color HEX #DE185D Ruby

📋 copy color: '#DE185D'

red 222 ◦ green 24 ◦ blue 93

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

Shades of Ruby #DE185D

Tints of Ruby #DE185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 65.49%
G = 7.08%
B = 27.43%

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

#DE185D (or 0xDE185D) is known color: Ruby. HEX triplet: DE, 18 and 5D. RGB value is (222,24,93). Sum of RGB (Red+Green+Blue) = 222+24+93=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE185D is #21E7A2. Grayscale: #5A5A5A. Windows color (decimal): -2221987 or 6101214. OLE color: 6101214.

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

Color convert

RGB 222 24 93 -
CMYK 0 0.89 0.58 0.13
HSL 339.09º 0.8% 0.48% -
HSV(B) 339.09º 0.89% 0.87% -
XYZ 32.43 16.97 11.92 -
YUV 91.07 129.1 221.39 -
System Red Green Blue C M Y K H S L
Decimal 222 24 93 0 0.89 0.58 0.13 339.09 0.8 0.48
Hex DE 18 5D 0 59 3A D 153 50 30
Octal 336 30 135 0 131 72 15 523 120 60
Binary 11011110 11000 1011101 0 1011001 111010 1101 101010011 1010000 110000

Color Harmonies of #DE185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE185D

Black with #DE185D

Text Example


Text Example

White with #DE185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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