Html Css Color HEX #DE185F Ruby

📋 copy color: '#DE185F'

red 222 ◦ green 24 ◦ blue 95

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

Shades of Ruby #DE185F

Tints of Ruby #DE185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 65.1%
G = 7.04%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE185F (or 0xDE185F) is known color: Ruby. HEX triplet: DE, 18 and 5F. RGB value is (222,24,95). Sum of RGB (Red+Green+Blue) = 222+24+95=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE185F is #21E7A0. Grayscale: #5B5B5B. Windows color (decimal): -2221985 or 6232286. OLE color: 6232286.

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

Color convert

RGB 222 24 95 -
CMYK 0 0.89 0.57 0.13
HSL 338.48º 0.8% 0.48% -
HSV(B) 338.48º 0.89% 0.87% -
XYZ 32.52 17.01 12.4 -
YUV 91.3 130.1 221.23 -
System Red Green Blue C M Y K H S L
Decimal 222 24 95 0 0.89 0.57 0.13 338.48 0.8 0.48
Hex DE 18 5F 0 59 39 D 152 50 30
Octal 336 30 137 0 131 71 15 522 120 60
Binary 11011110 11000 1011111 0 1011001 111001 1101 101010010 1010000 110000

Color Harmonies of #DE185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE185F

Black with #DE185F

Text Example


Text Example

White with #DE185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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