Html Css Color HEX #DE186C Ruby

📋 copy color: '#DE186C'

red 222 ◦ green 24 ◦ blue 108

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

Shades of Ruby #DE186C

Tints of Ruby #DE186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 62.71%
G = 6.78%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE186C (or 0xDE186C) is known color: Ruby. HEX triplet: DE, 18 and 6C. RGB value is (222,24,108). Sum of RGB (Red+Green+Blue) = 222+24+108=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE186C is #21E793. Grayscale: #5C5C5C. Windows color (decimal): -2221972 or 7084254. OLE color: 7084254.

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

Color convert

RGB 222 24 108 -
CMYK 0 0.89 0.51 0.13
HSL 334.55º 0.8% 0.48% -
HSV(B) 334.55º 0.89% 0.87% -
XYZ 33.16 17.27 15.77 -
YUV 92.78 136.6 220.17 -
System Red Green Blue C M Y K H S L
Decimal 222 24 108 0 0.89 0.51 0.13 334.55 0.8 0.48
Hex DE 18 6C 0 59 33 D 14F 50 30
Octal 336 30 154 0 131 63 15 517 120 60
Binary 11011110 11000 1101100 0 1011001 110011 1101 101001111 1010000 110000

Color Harmonies of #DE186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE186C

Black with #DE186C

Text Example


Text Example

White with #DE186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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